[issue14663] Cannot comment out comments

R. David Murray report at bugs.python.org
Tue Apr 24 20:12:22 CEST 2012


R. David Murray <rdmurray at bitdance.com> added the comment:

A comment is a comment.  *All* characters after the # are ignored, including other #s.

Also, Python doesn't have multiline comments.  (Well, you can use a triple quoted string as a multiline comment, but it is still a string, and follows the syntax rules of strings.)

----------
nosy: +r.david.murray
resolution:  -> invalid
stage:  -> committed/rejected
status: open -> closed
type: performance -> behavior

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue14663>
_______________________________________


More information about the Python-bugs-list mailing list