]> 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 18:21:45 +0000 (11:21 -0700)
committerGitHub <noreply@github.com>
Fri, 23 Apr 2021 18:21:45 +0000 (19:21 +0100)
commite92d1106291e5a7d4970372478f2882056b7eb3a
tree683a6a5fd4ece8add1a727a3a0189adebc966202
parent82b6c0909aae423d9c8f4ff7d0e8df16106dbe28
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]