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 jftuga, r.david.murray, zach.ware
Date 2017-01-17.14:46:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1484664373.53.0.97661191537.issue29285@psf.upfronthosting.co.za>
In-reply-to
Content
@zach: actually, triple quoted strings *are* suggested as a way to do multiline comments, and are often used for that.  In particular, note that they do not appear in the byte code files if they are not assigned to anything or appear in the docstring position.  This is something I had to prove to myself at one point when I had the same reaction you just did to their use as comments :)  

That said, it is true that they are, first and foremost, strings, so the quoting behavior is not going to change.
History
Date User Action Args
2017-01-17 14:46:13r.david.murraysetrecipients: + r.david.murray, zach.ware, jftuga
2017-01-17 14:46:13r.david.murraysetmessageid: <1484664373.53.0.97661191537.issue29285@psf.upfronthosting.co.za>
2017-01-17 14:46:13r.david.murraylinkissue29285 messages
2017-01-17 14:46:13r.david.murraycreate