summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2010-08-26 06:16:22 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2010-08-26 06:16:22 (GMT)
commit4bb5c273c6897682d99badb872d532806d1e7210 (patch)
tree69a0864372c990020a15fa824824a19193b17f85 /Misc/NEWS
parent0e10206f2cc7b3fac5ad30cd45583c8f1a8a6126 (diff)
downloadcpython-4bb5c273c6897682d99badb872d532806d1e7210.zip
cpython-4bb5c273c6897682d99badb872d532806d1e7210.tar.gz
cpython-4bb5c273c6897682d99badb872d532806d1e7210.tar.bz2
Fix Issue8797 - Reset the basic auth retry count when response code is not 401.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ecb1a4f..7ef147d 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -132,6 +132,9 @@ Extensions
Library
-------
+- Issue #8797: urllib2 does a retry for Basic Authentication failure instead of
+ falling into recursion.
+
- Issue #1194222: email.utils.parsedate now returns RFC2822 compliant four
character years even if the message contains RFC822 two character years.