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 JTMoon79
Recipients JTMoon79, docs@python
Date 2010-12-14.19:22:41
SpamBayes Score 0.08010615
Marked as misclassified No
Message-id <1292354563.46.0.385713602006.issue10705@psf.upfronthosting.co.za>
In-reply-to
Content
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
History
Date User Action Args
2010-12-14 19:22:43JTMoon79setrecipients: + JTMoon79, docs@python
2010-12-14 19:22:43JTMoon79setmessageid: <1292354563.46.0.385713602006.issue10705@psf.upfronthosting.co.za>
2010-12-14 19:22:41JTMoon79linkissue10705 messages
2010-12-14 19:22:41JTMoon79create