Skip to content

Comments

[3.11] gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812)#101993

Closed
barneygale wants to merge 1 commit intopython:3.11from
barneygale:backport-072011b-3.11
Closed

[3.11] gh-100809: Fix handling of drive-relative paths in pathlib.Path.absolute() (GH-100812)#101993
barneygale wants to merge 1 commit intopython:3.11from
barneygale:backport-072011b-3.11

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