Skip to content

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 barney.gale@gmail.com

…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 cae9d9d)

Co-authored-by: Barney Gale <barney.gale@gmail.com>
@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