[New-bugs-announce] [issue10705] HTTPConnection.set_debuglevel has no information about level range

J_Tom_Moon_79 report at bugs.python.org
Tue Dec 14 20:22:43 CET 2010


New submission from J_Tom_Moon_79 <jtm.moon.forum.user+python at gmail.com>:

Function HTTPConnection.set_debuglevel(level)
There is no range of acceptable debug levels.
What should be the difference in set_debuglevel(1) and set_debuglevel(1000)?
If the documentation lists the levels this would save users from needing to do tedious trial-error experimentation.

From
http://docs.python.org/py3k/library/http.client.html#http.client.HTTPConnection.set_debuglevel

----------
assignee: docs at python
components: Documentation
messages: 123974
nosy: JTMoon79, docs at python
priority: normal
severity: normal
status: open
title: HTTPConnection.set_debuglevel has no information about level range
versions: Python 3.1

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


More information about the New-bugs-announce mailing list