summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorSenthil Kumaran <senthil@uthcode.com>2011-05-11 13:17:57 (GMT)
committerSenthil Kumaran <senthil@uthcode.com>2011-05-11 13:17:57 (GMT)
commit4de00a2e87ba7c69965ab4edcfcafc9eb63f0a97 (patch)
tree89f74bcd2b105eeaa6eedd4b8b36ddf379403a2b /Misc
parentcc99528d872e0f8a87a762a990beb9e3755cbb42 (diff)
downloadcpython-4de00a2e87ba7c69965ab4edcfcafc9eb63f0a97.zip
cpython-4de00a2e87ba7c69965ab4edcfcafc9eb63f0a97.tar.gz
cpython-4de00a2e87ba7c69965ab4edcfcafc9eb63f0a97.tar.bz2
Fix closes Issue #11799: urllib.request Authentication Handlers will raise a
ValueError when presented with an unsupported Authentication Scheme.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7e4dd50..1e7d9ac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -143,6 +143,10 @@ Core and Builtins
Library
-------
+- Issue #11799: urllib.request Authentication Handlers will raise a ValueError
+ when presented with an unsupported Authentication Scheme. Patch contributed
+ by Yuval Greenfield.
+
- Issue #10419, #6011: build_scripts command of distutils handles correctly
non-ASCII path (path to the Python executable). Open and write the script in
binary mode, but ensure that the shebang is decodable from UTF-8 and from the