[Python-checkins] r74199 - python/branches/py3k/Doc/library/http.client.rst

senthil.kumaran python-checkins at python.org
Sat Jul 25 06:27:39 CEST 2009


Author: senthil.kumaran
Date: Sat Jul 25 06:27:38 2009
New Revision: 74199

Log:
versionadded: 3.2. not 3.1.



Modified:
   python/branches/py3k/Doc/library/http.client.rst

Modified: python/branches/py3k/Doc/library/http.client.rst
==============================================================================
--- python/branches/py3k/Doc/library/http.client.rst	(original)
+++ python/branches/py3k/Doc/library/http.client.rst	Sat Jul 25 06:27:38 2009
@@ -391,7 +391,7 @@
    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()
 


More information about the Python-checkins mailing list