summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--Misc/NEWS2
1 files changed, 1 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 38468bf..4f7f8d8 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -421,7 +421,7 @@ Library
- Patch #1412872: zipfile now sets the creator system to 3 (Unix)
unless the system is Win32.
-- Patch #1349118: urllib 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.