Comments

Mark McEahern marklists at mceahern.com
Wed May 8 12:30:41 EDT 2002


[Sean 'Shaleh' Perry]
> Sure, but comments are basically free whereas the above creates
> an anonmymous string which has to be garbage collected.

Good point!  Thanks.

By the way, in emacs with python mode, you can select a region and
comment/uncomment it.  Commenting a block simply prepends ## to each line in
the block.  Nifty!

Cheers,

// mark






More information about the Python-list mailing list