From: Mark Dickinson Date: Thu, 1 Oct 2009 20:22:45 +0000 (+0000) Subject: And one more versionadded fix in release31-maint. X-Git-Tag: v3.1.2rc1~471 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=e8af5fff3a384d162f47d759af9bf4c998d54a60;p=thirdparty%2FPython%2Fcpython.git And one more versionadded fix in release31-maint. --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 36322421b94c..0b413277e057 100644 --- a/Doc/library/http.client.rst +++ b/Doc/library/http.client.rst @@ -384,7 +384,7 @@ HTTPConnection Objects 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.connect()