]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Allow / character in username,password fields in _PROXY envvars. (GH-23973)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Tue, 29 Dec 2020 12:46:05 +0000 (04:46 -0800)
committerGitHub <noreply@github.com>
Tue, 29 Dec 2020 12:46:05 +0000 (04:46 -0800)
commitdf794406a8803e3d6062af8404d7564833f9af28
tree96fa8c46a12d2deafc452fc93ca280a94c0e24f3
parent1ceb097cecc0bbec1cd872c11c5ed2735b840539
Allow / character in username,password fields in _PROXY envvars. (GH-23973)

(cherry picked from commit 030a713183084594659aefd77b76fe30178e23c8)

Co-authored-by: Senthil Kumaran <senthil@uthcode.com>
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2020-12-27-18-47-01.bpo-23328._xqepZ.rst [new file with mode: 0644]