summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMartin v. Löwis <martin@v.loewis.de>2006-01-30 15:04:31 (GMT)
committerMartin v. Löwis <martin@v.loewis.de>2006-01-30 15:04:31 (GMT)
commitc81e3a63af37630a49d1df6b4a52436aa1d6bf4e (patch)
tree523a44c9dc73c7820464e15e16bc6b4188c6de29 /Misc
parentfd049a696de28f5f7a8e3ede30ce8bd7d35486ea (diff)
downloadcpython-c81e3a63af37630a49d1df6b4a52436aa1d6bf4e.zip
cpython-c81e3a63af37630a49d1df6b4a52436aa1d6bf4e.tar.gz
cpython-c81e3a63af37630a49d1df6b4a52436aa1d6bf4e.tar.bz2
Fix typo.
Diffstat (limited to 'Misc')
-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.