summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2006-05-29 20:57:01 (GMT)
committerGeorg Brandl <georg@python.org>2006-05-29 20:57:01 (GMT)
commitfd9a4b19e9c77e9ccc3e7fcb57051cf160c0df6d (patch)
tree7b28a020d1a854de192b1c3aa52ce577689aca71 /Misc
parent261e251df8ed5b588ecb2b9f722596c085c8c244 (diff)
downloadcpython-fd9a4b19e9c77e9ccc3e7fcb57051cf160c0df6d.zip
cpython-fd9a4b19e9c77e9ccc3e7fcb57051cf160c0df6d.tar.gz
cpython-fd9a4b19e9c77e9ccc3e7fcb57051cf160c0df6d.tar.bz2
Add News entry for last commit.
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 24eb835..c2b6932 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -91,6 +91,9 @@ Extension Modules
Library
-------
+- Patch #1497027: try HTTP digest auth before basic auth in urllib2
+ (thanks for J. J. Lee).
+
- Patch #1496206: improve urllib2 handling of passwords with respect to
default HTTP and HTTPS ports.