diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-24 18:00:13 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-24 18:00:13 (GMT) |
commit | d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c (patch) | |
tree | baff1cb916ed168ee8aa4ff5cfbe9e99f42767f9 | |
parent | d49e375eedf717c048fe7f803ee347a1572cc968 (diff) | |
download | cpython-d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c.zip cpython-d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c.tar.gz cpython-d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c.tar.bz2 |
add a versionadded tag for set_tunnel
-rw-r--r-- | Doc/library/httplib.rst | 2 |
1 files changed, 2 insertions, 0 deletions
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 @@ 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() |