Home | Trees | Indices | Help |
|
---|
|
urllib2.AbstractBasicAuthHandler --+ | urllib2.BaseHandler --+ | urllib2.HTTPBasicAuthHandler --+ | HTTPBasicAuthHandler
Patched version of Python 2.6's HTTPBasicAuthHandler.
The fix for [1] introduced an infinite recursion bug [2] into Python 2.6.x that is triggered by attempting to connect using Basic authentication with a bad username and/or password. This class fixes the problem using the simple solution outlined in [3].
[1] | http://bugs.python.org/issue3819 |
[2] | http://bugs.python.org/issue8797 |
[3] | http://bugs.python.org/issue8797#msg126657 |
Instance Methods | |||
|
|||
Inherited from Inherited from Inherited from |
Class Variables | |
Inherited from Inherited from Inherited from |
Method Details |
|
Home | Trees | Indices | Help |
|
---|
Generated by Epydoc 3.0.1 on Fri Mar 11 14:53:36 2011 | http://epydoc.sourceforge.net |