R. David Murray <rdmur...@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 <rep...@bugs.python.org>
<http://bugs.python.org/issue14663>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to