commit | f4998acb5ab3c2fbbcb24e84ed7ed8721ab20f5c | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Tue Jun 01 12:53:48 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Tue Jun 01 12:53:48 2010 +0000 |
tree | 4438569721063d0d4872a78c8ac1e5e39acc2d1e | |
parent | d35251dc19b6f2d1cacbb622a578c81f33d8553a [diff] |
Merged revisions 81636 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r81636 | senthil.kumaran | 2010-06-01 18:10:07 +0530 (Tue, 01 Jun 2010) | 3 lines Fix Issue8797 - urllib2 basic authentication fix for wrong passwords. It fails after 5 retries. ........