[issue23667] IDLE to provide option for making trailing whitespace visible

Terry J. Reedy report at bugs.python.org
Sun Nov 17 23:51:36 EST 2019


Terry J. Reedy <tjreedy at udel.edu> added the comment:

Given the issues I raised and Raymond's rejection of this, his first suggested option, on the PR, in favor of his second suggested option, #33046, I agree, at least for now.

The use case for whitespace tagging would be if someone wants to selectively delete trailing whitespace.  However, python/cpython rejects any trailing whitespace for all of .py, .c, and .rst files.  So this must be exceedingly rare and is not something that IDLE must facilitate.

----------
resolution:  -> rejected
stage: needs patch -> resolved
status: open -> closed
superseder:  -> IDLE option to strip trailing whitespace automatically on save

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue23667>
_______________________________________


More information about the Python-bugs-list mailing list