]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
authorSteve Dower <steve.dower@python.org>
Fri, 23 Apr 2021 17:02:47 +0000 (18:02 +0100)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 17:02:47 +0000 (18:02 +0100)
commit3513d55a617012002c3f82dbf3cec7ec1abd7090
tree8af292b4e8d90e430de4cde0dc2244ba7e2fe82a
parent7d37b86ad48368cf93440ca220b758696730d0e5
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
Lib/nturl2path.py
Lib/test/test_urllib.py
Misc/NEWS.d/next/Library/2021-04-22-22-39-58.bpo-43607.7IYDkG.rst [new file with mode: 0644]