[Python-checkins] r72890 - python/trunk/Doc/library/httplib.rst

gregory.p.smith python-checkins at python.org
Sun May 24 20:00:13 CEST 2009


Author: gregory.p.smith
Date: Sun May 24 20:00:13 2009
New Revision: 72890

Log:
add a versionadded tag for set_tunnel


Modified:
   python/trunk/Doc/library/httplib.rst

Modified: python/trunk/Doc/library/httplib.rst
==============================================================================
--- python/trunk/Doc/library/httplib.rst	(original)
+++ python/trunk/Doc/library/httplib.rst	Sun May 24 20:00:13 2009
@@ -433,6 +433,8 @@
    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()
 


More information about the Python-checkins mailing list