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.11] gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812) #101993

Closed
wants to merge 1 commit into from

Conversation

barneygale
Copy link
Contributor

@barneygale barneygale commented Feb 17, 2023

Resolving the drive independently uses the OS API, which ensures it starts from the current directory on that drive. (cherry picked from commit 072011b)

…ib.Path.absolute() (pythonGH-100812)

Resolving the drive independently uses the OS API, which ensures it starts from the current directory on that drive..
(cherry picked from commit 072011b)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
awaiting review type-bug An unexpected behavior, bug, or error
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants