[issue5150] IDLE to support reindent.py

Terry J. Reedy report at bugs.python.org
Fri Jun 3 02:41:54 EDT 2016


Terry J. Reedy added the comment:

Having occasionally forgotten, and had to do whitespace commits, I agree.  For Python code, there is never an absolute need for trailing whitespace.  Trailing whitespace in string literals can be done by parse time concatenation.
'''\
line 1
line 2
''' 'line with trailig space    '
Indeed, the trick is needed to mark the trailing space in the code.

I have thought about removing trailing spaces after each return, but pasting may be a problem.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue5150>
_______________________________________


More information about the Python-bugs-list mailing list