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-126766: url2pathname(): handle empty authority section. (GH-126767) #126836

Merged
merged 2 commits into from
Nov 14, 2024

Conversation

miss-islington
Copy link
Contributor

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

Discard two leading slashes from the beginning of a file: URI if they
introduce an empty authority section. As a result, file URIs like
///etc/hosts are correctly parsed as /etc/hosts.
(cherry picked from commit cae9d9d)

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

…ythonGH-126767)

Discard two leading slashes from the beginning of a `file:` URI if they
introduce an empty authority section. As a result, file URIs like
`///etc/hosts` are correctly parsed as `/etc/hosts`.
(cherry picked from commit cae9d9d20f61cdbde0765efa340b6b596c31b67f)

Co-authored-by: Barney Gale <[email protected]>
@barneygale barneygale merged commit cb07c44 into python:3.13 Nov 14, 2024
37 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