diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst index 9a5acc1524c..bf7e8ef57a4 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()