]> granicus.if.org Git - python/commit
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
authorMiss Islington (bot) <31488909+miss-islington@users.noreply.github.com>
Fri, 13 Sep 2019 14:25:51 +0000 (07:25 -0700)
committerGitHub <noreply@github.com>
Fri, 13 Sep 2019 14:25:51 +0000 (07:25 -0700)
commit590ed09a5b422d59cc1f049c64ac30733545eef0
tree2b2c3c43165336cc89894d3d192533a725f8ab38
parentbd2e7cc3af26fdd8bb86009048533e2000c0a490
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)

(cherry picked from commit b761e3aed1fbada4572a776f6a0d3c4be491d595)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>
Lib/test/test_urllib2.py
Lib/urllib/request.py
Misc/NEWS.d/next/Library/2019-05-22-04-52-35.bpo-25068.vR_rC-.rst [new file with mode: 0644]