[New-bugs-announce] [issue33046] IDLE option to strip trailing whitespace automatically on save

Raymond Hettinger report at bugs.python.org
Sun Mar 11 00:14:08 EST 2018


New submission from Raymond Hettinger <raymond.hettinger at gmail.com>:

Add option to IDLE preferences in the general section to automatically run Strip Trailing Whitespace before saving.

People who use Strip Trailing Whitespace generally do so just before saving and they do it over and over again as they develop and check in code.  It would be nice to have this done automatically.  In general, trailing whitespace is almost never desireable.

----------
assignee: terry.reedy
components: IDLE
messages: 313580
nosy: rhettinger, terry.reedy
priority: normal
severity: normal
status: open
title: IDLE option to strip trailing whitespace automatically on save
type: enhancement
versions: Python 3.8

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


More information about the New-bugs-announce mailing list