commit | 7c7244bdefadbcf3523131a1c1ee2bffa994fa4d | [log] [tgz] |
---|---|---|
author | Senthil Kumaran <orsenthil@gmail.com> | Tue Jun 01 12:42:44 2010 +0000 |
committer | Senthil Kumaran <orsenthil@gmail.com> | Tue Jun 01 12:42:44 2010 +0000 |
tree | 6997a9fc94f6954180db966c5ae7fe3d80f6078c | |
parent | 9b94aaf3d8ccb54adabee7feff778a7038bdb69f [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. ........