New submission from J_Tom_Moon_79 <jtm.moon.forum.user+pyt...@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: d...@python components: Documentation messages: 123974 nosy: JTMoon79, d...@python priority: normal severity: normal status: open title: HTTPConnection.set_debuglevel has no information about level range versions: Python 3.1 _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue10705> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com