diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2010-08-26 06:24:04 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2010-08-26 06:24:04 (GMT) |
commit | 06509381a88aa3abb71f70674108fdeb42238606 (patch) | |
tree | dfa6200c47cf0e513d574e9ff379e32123db5cdb /Misc/NEWS | |
parent | 039d0a00c82fa451bc837bc4561e855d36934074 (diff) | |
download | cpython-06509381a88aa3abb71f70674108fdeb42238606.zip cpython-06509381a88aa3abb71f70674108fdeb42238606.tar.gz cpython-06509381a88aa3abb71f70674108fdeb42238606.tar.bz2 |
Merged revisions 84323 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84323 | senthil.kumaran | 2010-08-26 11:46:22 +0530 (Thu, 26 Aug 2010) | 3 lines
Fix Issue8797 - Reset the basic auth retry count when response code is not 401.
........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -97,6 +97,9 @@ C-API 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. |