]> granicus.if.org Git - python/commitdiff
Add News entry for last commit.
authorGeorg Brandl <georg@python.org>
Mon, 29 May 2006 20:57:01 +0000 (20:57 +0000)
committerGeorg Brandl <georg@python.org>
Mon, 29 May 2006 20:57:01 +0000 (20:57 +0000)
Misc/NEWS

index 24eb83571e409d27f77c22e4a0798e702209c0b9..c2b69325223ec87201e47d7eb948738978e90e7d 100644 (file)
--- 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.