This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author r.david.murray
Recipients nulchar, r.david.murray
Date 2012-04-24.18:12:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1335291142.82.0.254503189977.issue14663@psf.upfronthosting.co.za>
In-reply-to
Content
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.)
History
Date User Action Args
2012-04-24 18:12:22r.david.murraysetrecipients: + r.david.murray, nulchar
2012-04-24 18:12:22r.david.murraysetmessageid: <1335291142.82.0.254503189977.issue14663@psf.upfronthosting.co.za>
2012-04-24 18:12:22r.david.murraylinkissue14663 messages
2012-04-24 18:12:22r.david.murraycreate