]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366)
authorTerry Jan Reedy <tjreedy@udel.edu>
Sun, 24 Nov 2019 21:29:29 +0000 (16:29 -0500)
committerGitHub <noreply@github.com>
Sun, 24 Nov 2019 21:29:29 +0000 (16:29 -0500)
commit6bf644ec82f14cceae68278dc35bafb00875efae
tree79a913bdabfec4c9d3c30ec112f185336ce34eb0
parent6f03b236c17c96bc9f8a004ffa7e7ae0542e9cac
 bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines  (GH-17366)

Extra newlines are removed at the end of non-shell files. If the file only has newlines after stripping other trailing whitespace, all are removed, as is done by patchcheck.py.
Doc/library/idle.rst
Lib/idlelib/NEWS.txt
Lib/idlelib/format.py
Lib/idlelib/help.html
Lib/idlelib/idle_test/mock_idle.py
Lib/idlelib/idle_test/test_format.py
Misc/NEWS.d/next/IDLE/2019-11-23-21-50-57.bpo-38862.KQ9A0m.rst [new file with mode: 0644]