commit | d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Sun May 24 18:00:13 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Sun May 24 18:00:13 2009 +0000 |
tree | baff1cb916ed168ee8aa4ff5cfbe9e99f42767f9 | |
parent | d49e375eedf717c048fe7f803ee347a1572cc968 [diff] |
add a versionadded tag for set_tunnel
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 9a5acc1..bf7e8ef 100644 --- a/Doc/library/httplib.rst +++ b/Doc/library/httplib.rst
@@ -433,6 +433,8 @@ 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()