commit | 6bf644ec82f14cceae68278dc35bafb00875efae | [log] [tgz] |
---|---|---|
author | Terry Jan Reedy <tjreedy@udel.edu> | Sun Nov 24 16:29:29 2019 -0500 |
committer | GitHub <noreply@github.com> | Sun Nov 24 16:29:29 2019 -0500 |
tree | 79a913bdabfec4c9d3c30ec112f185336ce34eb0 | |
parent | 6f03b236c17c96bc9f8a004ffa7e7ae0542e9cac [diff] |
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.