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, r.david.murray
Date 2010-12-14.23:33:33
SpamBayes Score 0.0003289423
Marked as misclassified No
Message-id <1292369615.14.0.910161418262.issue10705@psf.upfronthosting.co.za>
In-reply-to
Content
Hi David,
Currently the 3.1 documentation reads:
"""HTTPConnection.set_debuglevel(level)¶
    Set the debugging level (the amount of debugging output printed). The default debug level is 0, meaning no debugging output is printed."""
How about:
"""HTTPConnection.set_debuglevel(level)¶
    Set the debug level.  The debug level is the amount of debugging output printed. 
The default debug level is 0, meaning no debugging output is printed.
Currently, any debug level value greater than 0 prints the same amount of debugging output.
debugging output is printed to stdout."""

Information is from the file C:\Python\ActivePython3.1.2.3\Lib\http\client.py
History
Date User Action Args
2010-12-14 23:33:35JTMoon79setrecipients: + JTMoon79, r.david.murray, docs@python
2010-12-14 23:33:35JTMoon79setmessageid: <1292369615.14.0.910161418262.issue10705@psf.upfronthosting.co.za>
2010-12-14 23:33:33JTMoon79linkissue10705 messages
2010-12-14 23:33:33JTMoon79create