From d03e1b4475a0aaf4c7969ba7cec77e6a71161a3c Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Sun, 24 May 2009 18:00:13 +0000 Subject: add a versionadded tag for set_tunnel --- Doc/library/httplib.rst | 2 ++ 1 file changed, 2 insertions(+) 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() -- cgit v0.12