commit | 4c7eaee5db8bd4b5b55e3102fb171e45ad073117 | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Sun Nov 15 08:43:45 2009 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Sun Nov 15 08:43:45 2009 +0000 |
tree | 63ee6d8d00882df9caa53bcb73a35002ca53bb25 | |
parent | 1107c5d7d1aece9bec34920cea0878a6485e185e [diff] |
Merged revisions 76288 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76288 | senthil.kumaran | 2009-11-15 14:06:20 +0530 (Sun, 15 Nov 2009) | 3 lines Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?. Resolution: Reset the nonce value for each unique nonce (as per RFC 2617) ........