diff options
author | Senthil Kumaran <orsenthil@gmail.com> | 2009-07-25 04:27:38 (GMT) |
---|---|---|
committer | Senthil Kumaran <orsenthil@gmail.com> | 2009-07-25 04:27:38 (GMT) |
commit | 2e910fd0b7438354ade2558d91650e47537075f8 (patch) | |
tree | 189dfc5b9aaef2117b78b5232477907f62286968 | |
parent | 97f0c6be463bd83764e0e5d76e79f1831ef29df0 (diff) | |
download | cpython-2e910fd0b7438354ade2558d91650e47537075f8.zip cpython-2e910fd0b7438354ade2558d91650e47537075f8.tar.gz cpython-2e910fd0b7438354ade2558d91650e47537075f8.tar.bz2 |
versionadded: 3.2. not 3.1.
-rw-r--r-- | Doc/library/http.client.rst | 2 |
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() |