Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.
commit14bebcd3325203c7b4382b2a097bf45ce7a68ee2
authorsenthil.kumaran <senthil.kumaran@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 15 Nov 2009 08:36:20 +0000 (15 08:36 +0000)
committersenthil.kumaran <senthil.kumaran@6015fed2-1504-0410-9fe1-9d1591cc4771>
Sun, 15 Nov 2009 08:36:20 +0000 (15 08:36 +0000)
tree6330cd538083991ffa34274b3c582fdbc6fbc73d
parent4b4aa00fd0e56d5fd6bed101403411c1b0c66e69
Fix for Issue4683 - urllib2.HTTPDigestAuthHandler fails on third hostname?.
Resolution: Reset the nonce value for each unique nonce (as per RFC 2617)

git-svn-id: http://svn.python.org/projects/python/trunk@76288 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/urllib2.py