X Tutup
Skip to content

[3.13] GH-126205: Fix conversion of UNC paths to file URIs (GH-126208)#126249

Merged
barneygale merged 1 commit intopython:3.13from
miss-islington:backport-951cb2c-3.13
Oct 31, 2024
Merged

[3.13] GH-126205: Fix conversion of UNC paths to file URIs (GH-126208)#126249
barneygale merged 1 commit intopython:3.13from
miss-islington:backport-951cb2c-3.13

Conversation

@miss-islington
Copy link
Contributor

@miss-islington miss-islington commented Oct 31, 2024

File URIs for Windows UNC paths should begin with two slashes, not four.
(cherry picked from commit 951cb2c)

Co-authored-by: Barney Gale barney.gale@gmail.com

…26208)

File URIs for Windows UNC paths should begin with two slashes, not four.
(cherry picked from commit 951cb2c)

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

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants

X Tutup