New submission from Marcus Huewe <suse-...@gmx.de>:

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.

----------
components: Library (Lib)
files: urllib2-AbstractBasicAuthHandler_reset_attr.diff
keywords: patch
messages: 114336
nosy: mhuewe
priority: normal
severity: normal
status: open
title: urllib2's AbstractBasicAuthHandler is limited to 6 requests
type: behavior
versions: Python 2.7
Added file: 
http://bugs.python.org/file18574/urllib2-AbstractBasicAuthHandler_reset_attr.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue9639>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to