From: Senthil Kumaran Date: Sat, 25 Jul 2009 04:27:38 +0000 (+0000) Subject: versionadded: 3.2. not 3.1. X-Git-Tag: v3.2a1~2741 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2e910fd0b7438354ade2558d91650e47537075f8;p=python versionadded: 3.2. not 3.1. --- diff --git a/Doc/library/http.client.rst b/Doc/library/http.client.rst index 3d37c1b80f..02ab9dc552 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()