[Python-ideas] Allowing comments after line continuations

Andrew Barnert abarnert at yahoo.com
Thu May 16 22:58:11 CEST 2013


From: Bruce Leban <bruce at leapyear.org>
Sent: Thursday, May 16, 2013 11:41 AM


>The \ continuation character may be followed by white space and a comment.

This seems clean and obvious once you learn it, and it will be easy for novices to learn, and it won't affect any existing (working) code.


So, if this is enough to solve the string concatenation problem to everyone's satisfaction without any other changes, I'm definitely +1 on it. 

Otherwise, I guess +0.


More information about the Python-ideas mailing list