summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-28 20:23:12 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-28 20:23:12 (GMT)
commit2b3303761180af657e0c8c112b7d770bb7b87a9f (patch)
treee533d8fd2d44eda15620b3802c47940128792503 /Misc
parent0fd1291c38a8b8aed57bcdbf030fffe3fb42a241 (diff)
downloadcpython-2b3303761180af657e0c8c112b7d770bb7b87a9f.zip
cpython-2b3303761180af657e0c8c112b7d770bb7b87a9f.tar.gz
cpython-2b3303761180af657e0c8c112b7d770bb7b87a9f.tar.bz2
Patch #1496206: urllib2 PasswordMgr ./. default ports
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 31a5af9..90407d6 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -85,6 +85,9 @@ Extension Modules
Library
-------
+- Patch #1496206: improve urllib2 handling of passwords with respect to
+ default HTTP and HTTPS ports.
+
- Patch #1080727: add "encoding" parameter to doctest.DocFileSuite.
- Patch #1281707: speed up gzip.readline.