summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS.d/next/Library
diff options
context:
space:
mode:
authorZackery Spytz <zspytz@gmail.com>2019-09-13 14:07:07 (GMT)
committerStéphane Wirtel <stephane@wirtel.be>2019-09-13 14:07:07 (GMT)
commitb761e3aed1fbada4572a776f6a0d3c4be491d595 (patch)
tree86d21eb690fd5f7cf43a86e0c3953c07de1e0e92 /Misc/NEWS.d/next/Library
parent693aa80a434590ea7dcd35c000209e53d01b9425 (diff)
downloadcpython-b761e3aed1fbada4572a776f6a0d3c4be491d595.zip
cpython-b761e3aed1fbada4572a776f6a0d3c4be491d595.tar.gz
cpython-b761e3aed1fbada4572a776f6a0d3c4be491d595.tar.bz2
bpo-25068: urllib.request.ProxyHandler now lowercases the dict keys (GH-13489)
Diffstat (limited to 'Misc/NEWS.d/next/Library')
-rw-r--r--Misc/NEWS.d/next/Library/2019-05-22-04-52-35.bpo-25068.vR_rC-.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/Library/2019-05-22-04-52-35.bpo-25068.vR_rC-.rst b/Misc/NEWS.d/next/Library/2019-05-22-04-52-35.bpo-25068.vR_rC-.rst
new file mode 100644
index 0000000..89de83b
--- /dev/null
+++ b/Misc/NEWS.d/next/Library/2019-05-22-04-52-35.bpo-25068.vR_rC-.rst
@@ -0,0 +1,2 @@
+:class:`urllib.request.ProxyHandler` now lowercases the keys of the passed
+dictionary.