commit | 574b1d6a60ed88af366a55aa1d19abf2425ec0c5 | [log] [tgz] |
---|---|---|
author | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 01 20:20:09 2009 +0000 |
committer | Mark Dickinson <dickinsm@gmail.com> | Thu Oct 01 20:20:09 2009 +0000 |
tree | 9e48e12bf3b122b321ebb3929654e91e10c65f60 | |
parent | 4035aace1adbe76c42847cc76d77a50931fce484 [diff] [blame] |
More versionadded/versionchanged fixes
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 02ab9dc..31a0a9a 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst
@@ -384,7 +384,7 @@ Set the debugging level (the amount of debugging output printed). The default debug level is ``0``, meaning no debugging output is printed. - .. versionadded:: 2.7 + .. versionadded:: 3.1 .. method:: HTTPConnection.set_tunnel(host, port=None)