[issue10705] HTTPConnection.set_debuglevel has no information about level range

R. David Murray report at bugs.python.org
Tue Dec 14 20:44:13 CET 2010


R. David Murray <rdmurray at bitdance.com> added the comment:

Or, since this is Python, they could look at the code and find out that all levels above zero are equivalent.  (If I had to guess I'd say 'level' was either future proofing or designed for the use of subclasses).

But you are right, this should be mentioned in the documentation.  Care to propose a patch?

----------
nosy: +r.david.murray
type:  -> behavior
versions: +Python 2.7, Python 3.2

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue10705>
_______________________________________


More information about the Python-bugs-list mailing list