Xah Lee wrote:

> 
> is there a syntax to comment out a block of code? i.e. like html's <!--
> comment -->
> or perhaps put a marker so that all lines from there on are ignored?
> thanks.
> 

The simplest way is to select the block of code in your editor and use the 
'comment-region' command. If this doesn't work, upgrade your editor.

Most editors have a command to do this although obviously the name will 
vary slightly: Idle calls it 'Comment Out Region', SciTe calls it 'Block 
Comment', emacs calls it 'comment-region'.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to