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

bpo-31047: Fix ntpath.abspath to trim ending separator #10082

Merged
merged 1 commit into from Oct 25, 2018

Conversation

timgraham
Copy link
Contributor

@timgraham timgraham commented Oct 24, 2018

@@ -0,0 +1,2 @@
Fix ``ntpath.abspath`` regression where it didn't remove a trailing
Copy link
Member

@ned-deily ned-deily Oct 25, 2018

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The PR title and NEWS entry appear to reference the wrong issue: bpo-33899 is a tokenizer issue. It should be bpo-31047, no? If so, please rerun blub and delete this NEWS file and fix the PR title. Thanks!

@bedevere-bot
Copy link

bedevere-bot commented Oct 25, 2018

A Python core developer has requested some changes be made to your pull request before we can consider merging it. If you could please address their requests along with any other requests in other reviews from core developers that would be appreciated.

Once you have made the requested changes, please leave a comment on this pull request containing the phrase I have made the requested changes; please review again. I will then notify any core developers who have left a review that you're ready for them to take another look at this pull request.

@timgraham timgraham changed the title [wip] bpo-33899: Fix ntpath.abspath to trim ending separator [wip] bpo-31047: Fix ntpath.abspath to trim ending separator Oct 25, 2018
@timgraham
Copy link
Contributor Author

timgraham commented Oct 25, 2018

I have made the requested changes; please review again.

@bedevere-bot
Copy link

bedevere-bot commented Oct 25, 2018

Thanks for making the requested changes!

@ned-deily: please review the changes made to this pull request.

@timgraham timgraham changed the title [wip] bpo-31047: Fix ntpath.abspath to trim ending separator bpo-31047: Fix ntpath.abspath to trim ending separator Oct 25, 2018
@zooba zooba merged commit d03b775 into python:master Oct 25, 2018
@miss-islington
Copy link
Contributor

miss-islington commented Oct 25, 2018

Thanks @timgraham for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.6, 3.7.
🐍🍒🤖

@miss-islington
Copy link
Contributor

miss-islington commented Oct 25, 2018

Sorry, @timgraham and @zooba, I could not cleanly backport this to 3.7 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker d03b7757811ae51277f8ed399a9a0fd78dfd3425 3.7

@zooba
Copy link
Member

zooba commented Oct 25, 2018

Thanks! I merged without waiting for Ned - the change is good.

@miss-islington
Copy link
Contributor

miss-islington commented Oct 25, 2018

Sorry, @timgraham and @zooba, I could not cleanly backport this to 3.6 due to a conflict.
Please backport using cherry_picker on command line.
cherry_picker d03b7757811ae51277f8ed399a9a0fd78dfd3425 3.6

zooba pushed a commit to zooba/cpython that referenced this pull request Oct 25, 2018
@bedevere-bot
Copy link

bedevere-bot commented Oct 25, 2018

GH-10096 is a backport of this pull request to the 3.7 branch.

zooba pushed a commit to zooba/cpython that referenced this pull request Oct 25, 2018
@bedevere-bot
Copy link

bedevere-bot commented Oct 25, 2018

GH-10097 is a backport of this pull request to the 3.6 branch.

@terryjreedy
Copy link
Member

terryjreedy commented Oct 25, 2018

When one changes an erroneous issue number in the title, one needs to change the issue link in the initial message and unlink the PR from the issue where it it irrelevant. I did that for 33899.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
OS-windows tests Tests in the Lib/test dir type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

7 participants