bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines by terryjreedy · Pull Request #17366 · python/cpython
added 5 commits
November 23, 2019 21:57miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Nov 24, 2019miss-islington pushed a commit to miss-islington/cpython that referenced this pull request
Nov 24, 2019terryjreedy added a commit to terryjreedy/cpython that referenced this pull request
Nov 25, 2019…ythonGH-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. (cherry picked from commit 6bf644e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit to terryjreedy/cpython that referenced this pull request
Nov 25, 2019…ythonGH-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. (cherry picked from commit 6bf644e) Co-authored-by: Terry Jan Reedy <tjreedy@udel.edu>
terryjreedy added a commit that referenced this pull request
Nov 27, 2019terryjreedy added a commit that referenced this pull request
Nov 27, 2019jacobneiltaylor pushed a commit to jacobneiltaylor/cpython that referenced this pull request
Dec 5, 2019…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.
shihai1991 pushed a commit to shihai1991/cpython that referenced this pull request
Jan 31, 2020…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.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters