]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)
authorBarney Gale <barney.gale@gmail.com>
Tue, 18 Mar 2025 23:37:12 +0000 (23:37 +0000)
committerGitHub <noreply@github.com>
Tue, 18 Mar 2025 23:37:12 +0000 (23:37 +0000)
commitd783d7b51d31db568de6b3438f4e805acff663da
tree67d3396e504207904878b2baefd4513aa3db2f57
parent01b5abbc53b2a9ee8d85e0518c98efce27dbd061
GH-126367: `url2pathname()`: handle NTFS alternate data streams (#131428)

Adjust `url2pathname()` to decode embedded colon characters in Windows
URIs, rather than bailing out with an `OSError`.
Doc/library/urllib.request.rst
Lib/nturl2path.py
Lib/test/test_urllib.py
Misc/NEWS.d/next/Library/2025-03-18-19-52-49.gh-issue-126367.PRxnuu.rst [new file with mode: 0644]