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.13] GH-127078: url2pathname(): handle extra slash before UNC drive in URL path (GH-127132) #127135

Merged
merged 1 commit into from
Nov 22, 2024

Conversation

miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Nov 22, 2024

Decode a file URI like file://///server/share as a UNC path like
\\server\share. This form of file URI is created by software the simply
prepends file:/// to any absolute Windows path.
(cherry picked from commit 8c98ed8)

Co-authored-by: Barney Gale [email protected]

…e in URL path (pythonGH-127132)

Decode a file URI like `file://///server/share` as a UNC path like
`\\server\share`. This form of file URI is created by software the simply
prepends `file:///` to any absolute Windows path.
(cherry picked from commit 8c98ed846a7d7e50c4cf06f823d94737144dcf6a)

Co-authored-by: Barney Gale <[email protected]>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants