]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 23 Apr 2021 17:28:05 +0000 (10:28 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 17:28:05 +0000 (10:28 -0700)
commit04bcfe001cdf6290cb78fa4884002e5301e14c93
tree37025a5f9feead04f9b52e3db638b6341a8a40eb
parente259a77f21bdfc7d4195913b379cbd6daee45d0d
bpo-43607: Fix urllib handling of Windows paths with \\?\ prefix (GH-25539)

(cherry picked from commit 3513d55a617012002c3f82dbf3cec7ec1abd7090)

Co-authored-by: Steve Dower <steve.dower@python.org>
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]