Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ce4b170 commit d89bc3fCopy full SHA for d89bc3f
1 file changed
Doc/library/http.client.rst
@@ -405,8 +405,10 @@ HTTPConnection Objects
405
406
.. method:: HTTPConnection.set_debuglevel(level)
407
408
- Set the debugging level (the amount of debugging output printed). The default
409
- debug level is ``0``, meaning no debugging output is printed.
+ Set the debugging level. The default debug level is ``0``, meaning no
+ debugging output is printed. Any value greater than ``0`` will cause all
410
+ currently defined debug output to be printed to stdout. The ``debuglevel``
411
+ is passed to any new :class:`HTTPResponse` objects that are created.
412
413
.. versionadded:: 3.1
414
0 commit comments