diff options
author | Georg Brandl <georg@python.org> | 2006-05-28 20:23:12 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2006-05-28 20:23:12 (GMT) |
commit | 2b3303761180af657e0c8c112b7d770bb7b87a9f (patch) | |
tree | e533d8fd2d44eda15620b3802c47940128792503 /Misc | |
parent | 0fd1291c38a8b8aed57bcdbf030fffe3fb42a241 (diff) | |
download | cpython-2b3303761180af657e0c8c112b7d770bb7b87a9f.zip cpython-2b3303761180af657e0c8c112b7d770bb7b87a9f.tar.gz cpython-2b3303761180af657e0c8c112b7d770bb7b87a9f.tar.bz2 |
Patch #1496206: urllib2 PasswordMgr ./. default ports
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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. |