why no block comments in Python?

Fredrik Lundh fredrik at pythonware.com
Wed Mar 8 13:39:40 EST 2006


Roy Smith wrote:

> > you can quickly comment out regions by putting them
> > inside a triple-quoted string.)
>
> Except that triple-quotes don't nest.

''' """...except when they do""" '''

</F>






More information about the Python-list mailing list