summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ccb12e9..830583c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -347,7 +347,7 @@ Extension Modules
Library
-------
-- Patch #1349118: urllib2 now supports user:pass@ style proxy
+- Patch #1349118: urllib now supports user:pass@ style proxy
specifications, raises IOErrors when proxies for unsupported protocols
are defined, and uses the https proxy on https redirections.