commit | 2b3303761180af657e0c8c112b7d770bb7b87a9f | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Sun May 28 20:23:12 2006 +0000 |
committer | Georg Brandl <georg@python.org> | Sun May 28 20:23:12 2006 +0000 |
tree | e533d8fd2d44eda15620b3802c47940128792503 | |
parent | 0fd1291c38a8b8aed57bcdbf030fffe3fb42a241 [diff] [blame] |
Patch #1496206: urllib2 PasswordMgr ./. default ports
diff --git a/Misc/NEWS b/Misc/NEWS index 31a5af9..90407d6 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -85,6 +85,9 @@ 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.