Skip to content

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 8c98ed8)

Co-authored-by: Barney Gale <[email protected]>
@barneygale barneygale merged commit c470e82 into python:3.12 Nov 22, 2024
30 checks passed
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