Staging
v0.5.1
https://github.com/python/cpython
Revision 2fb971940b18bcf5a58b1b242b697d0f1d8ad7ef authored by Terry Jan Reedy on 27 November 2019, 01:12:56 UTC, committed by GitHub on 27 November 2019, 01:12:56 UTC
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.
(cherry picked from commit 6bf644ec82f14cceae68278dc35bafb00875efae)

Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
1 parent 2f24893
History
Tip revision: 2fb971940b18bcf5a58b1b242b697d0f1d8ad7ef authored by Terry Jan Reedy on 27 November 2019, 01:12:56 UTC
[3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) (#17379)
Tip revision: 2fb9719
File Mode Size
README -rw-r--r-- 67 bytes
_freeze_importlib.c -rw-r--r-- 4.7 KB
_testembed.c -rw-r--r-- 17.8 KB
python.c -rw-r--r-- 266 bytes

README

back to top