-
-
Notifications
You must be signed in to change notification settings - Fork 31.8k
gh-119826: ntpath.abspath()
always return absolute path
#119938
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
Conversation
Co-authored-by: Eryk Sun <[email protected]>
Co-authored-by: Eryk Sun <[email protected]>
Co-authored-by: Eryk Sun <[email protected]>
…1-48-19.gh-issue-119826.N1obGa.rst
cc @zooba |
Thanks for the contribution! Apologies for taking so long to get to it. |
Do we backport this? |
The issue is marked with |
The issue should probably be split up in 3:
The third counts as a feature, but I'm not sure about the first two. |
Thanks @nineteendo for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.12. |
Thanks @nineteendo for the PR, and @zooba for merging it 🌮🎉.. I'm working now to backport this PR to: 3.13. |
…ythonGH-119938) (cherry picked from commit 4b00aba) Co-authored-by: Nice Zombies <[email protected]>
…ythonGH-119938) (cherry picked from commit 4b00aba) Co-authored-by: Nice Zombies <[email protected]>
GH-127534 is a backport of this pull request to the 3.12 branch. |
GH-127535 is a backport of this pull request to the 3.13 branch. |
This part of the change is only a bugfix, and only affects currently invalid results, so it's fine to backport. Other PRs attached to the same issue might be considered features (or at least too invasive to backport). |
(cherry picked from commit 4b00aba) Co-authored-by: Nice Zombies <[email protected]>
(cherry picked from commit 4b00aba) Co-authored-by: Nice Zombies <[email protected]>
ntpath.abspath()
always return absolute path #119826