This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author mhuewe
Recipients mhuewe
Date 2010-08-19.09:11:45
SpamBayes Score 0.0006538741
Marked as misclassified No
Message-id <1282209110.27.0.244600135673.issue9639@psf.upfronthosting.co.za>
In-reply-to
Content
It seems that commit r81636 broke urllib2's AbstractBasicAuthHandler because the "retried" attribute isn't reset on success. Therefore it's limited to 6 requests. The attached patch should fix this problem.
History
Date User Action Args
2010-08-19 09:11:51mhuewesetrecipients: + mhuewe
2010-08-19 09:11:50mhuewesetmessageid: <1282209110.27.0.244600135673.issue9639@psf.upfronthosting.co.za>
2010-08-19 09:11:47mhuewelinkissue9639 messages
2010-08-19 09:11:46mhuewecreate