summaryrefslogtreecommitdiffstats
path: root/Doc/library
diff options
context:
space:
mode:
authorSenthil Kumaran <orsenthil@gmail.com>2009-07-25 04:27:38 (GMT)
committerSenthil Kumaran <orsenthil@gmail.com>2009-07-25 04:27:38 (GMT)
commit2e910fd0b7438354ade2558d91650e47537075f8 (patch)
tree189dfc5b9aaef2117b78b5232477907f62286968 /Doc/library
parent97f0c6be463bd83764e0e5d76e79f1831ef29df0 (diff)
downloadcpython-2e910fd0b7438354ade2558d91650e47537075f8.zip
cpython-2e910fd0b7438354ade2558d91650e47537075f8.tar.gz
cpython-2e910fd0b7438354ade2558d91650e47537075f8.tar.bz2
versionadded: 3.2. not 3.1.
Diffstat (limited to 'Doc/library')
-rw-r--r--Doc/library/http.client.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst
index 3d37c1b..02ab9dc 100644
--- a/Doc/library/http.client.rst
+++ b/Doc/library/http.client.rst
@@ -391,7 +391,7 @@ HTTPConnection Objects
Set the host and the port for HTTP Connect Tunnelling. Normally used when it
is required to a HTTPS Connection through a proxy server.
- .. versionadded:: 3.1
+ .. versionadded:: 3.2
.. method:: HTTPConnection.connect()