Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) #17379

Merged
merged 1 commit into from Nov 27, 2019

Conversation

@terryjreedy
Copy link
Member

terryjreedy commented Nov 25, 2019

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

https://bugs.python.org/issue38862

…H-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 terryjreedy changed the title [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (… [3.7] bpo-38862: IDLE Strip Trailing Whitespace fixes end newlines (GH-17366) Nov 25, 2019
@terryjreedy terryjreedy merged commit 2fb9719 into python:3.7 Nov 27, 2019
4 of 5 checks passed
4 of 5 checks passed
continuous-integration/travis-ci/pr The Travis CI build failed
Details
Azure Pipelines PR #20191125.16 succeeded
Details
bedevere/issue-number Issue number 38862 found
Details
bedevere/maintenance-branch-pr Valid maintenance branch PR title.
bedevere/news News entry found in Misc/NEWS.d
@terryjreedy terryjreedy deleted the terryjreedy:backport-6bf644e-3.7 branch Nov 27, 2019
@bedevere-bot

This comment has been minimized.

Copy link

bedevere-bot commented Nov 27, 2019

@terryjreedy: Please replace # with GH- in the commit message next time. Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
3 participants
You can’t perform that action at this time.