8000 GH-126367: Fix urllib.request.url2pathname() colon handling in URLs on Windows by samtstephens · Pull Request #127752 · python/cpython · GitHub
[go: up one dir, main page]

Skip to content

GH-126367: Fix urllib.request.url2pathname() colon handling in URLs on Windows #127752

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

Closed
wants to merge 2 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
📜🤖 Added by blurb_it.
  • Loading branch information
blurb-it[bot] authored Dec 9, 2024
commit 69a8e01d2792f595b5b149fc6c20439160438f24
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
Modified the :func:`~urllib.request.url2pathname` function in :mod:`urllib.request` to correctly handle DOS drive paths in URLs on Windows. Previously, the function produced incorrect results for UNC paths and raised OS errors for some paths.
Loading
0