[issue15190] Allow whitespace and comments after line continuation character \

2012-06-26 Thread Eric V. Smith
Eric V. Smith added the comment: This would be a big change. Please bring it up on the python-ideas mailing list for discussion first. If it is approved there, we can re-open this issue. You'll need to present your use-case: Why this would be an improvement to Python? What would it allow you

[issue15190] Allow whitespace and comments after line continuation character \

2012-06-26 Thread Mark Dickinson
Mark Dickinson added the comment: I think a change at this level should be discussed on the python-ideas mailing list: http://mail.python.org/mailman/listinfo/python-ideas . Ztatik, please can you post there? It would help to include some motivation for the change in your posting; if you h

[issue15190] Allow whitespace and comments after line continuation character \

2012-06-26 Thread Ztatik Light
Changes by Ztatik Light : -- title: Allow whitespace and comments after line line continuation character \ -> Allow whitespace and comments after line continuation character \ ___ Python tracker __