summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--Doc/library/httplib.rst2
1 files changed, 2 insertions, 0 deletions
diff --git a/Doc/library/httplib.rst b/Doc/library/httplib.rst
index 9a5acc1524..bf7e8ef57a 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()