From: Gregory P. Smith Date: Sun, 24 May 2009 18:00:13 +0000 (+0000) Subject: add a versionadded tag for set_tunnel X-Git-Tag: v2.7a1~1111 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c;p=thirdparty%2FPython%2Fcpython.git add a versionadded tag for set_tunnel --- diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 9a5acc1524c5..bf7e8ef57a4d 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst @@ -433,6 +433,8 @@ HTTPConnection Objects Set the host and the port for HTTP Connect Tunnelling. Normally used when it is required to do HTTPS Conection through a proxy server. + .. versionadded:: 2.7 + .. method:: HTTPConnection.connect()