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
Conversation
6ff5c58
to
e310ca5
Compare
@@ -0,0 +1,2 @@ | |||
Fix ``ntpath.abspath`` regression where it didn't remove a trailing |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
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 |
Regression in b0bf51b.
I have made the requested changes; please review again. |
Thanks for making the requested changes! @ned-deily: please review the changes made to this pull request. |
Thanks @timgraham for the PR, and @zooba for merging it |
Sorry, @timgraham and @zooba, I could not cleanly backport this to |
Thanks! I merged without waiting for Ned - the change is good. |
Sorry, @timgraham and @zooba, I could not cleanly backport this to |
GH-10096 is a backport of this pull request to the 3.7 branch. |
GH-10097 is a backport of this pull request to the 3.6 branch. |
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. |
Regression in b0bf51b.
https://bugs.python.org/issue31047#msg328322