why no block comments in Python?

Roy Smith roy at panix.com
Wed Mar 8 13:21:45 EST 2006


Fredrik Lundh <fredrik at pythonware.com> wrote:
> you can quickly comment out regions by putting them
> inside a triple-quoted string.)

Except that triple-quotes don't nest.

I do agree, however, with the idea that any decent editor should be
able to comment out a block of code faster than I can type this
sentence.



More information about the Python-list mailing list