[Python-checkins] r75179 - python/branches/release31-maint/Doc/library/http.client.rst

mark.dickinson python-checkins at python.org
Thu Oct 1 22:22:45 CEST 2009


Author: mark.dickinson
Date: Thu Oct  1 22:22:45 2009
New Revision: 75179

Log:
And one more versionadded fix in release31-maint.

Modified:
   python/branches/release31-maint/Doc/library/http.client.rst

Modified: python/branches/release31-maint/Doc/library/http.client.rst
==============================================================================
--- python/branches/release31-maint/Doc/library/http.client.rst	(original)
+++ python/branches/release31-maint/Doc/library/http.client.rst	Thu Oct  1 22:22:45 2009
@@ -384,7 +384,7 @@
    Set the debugging level (the amount of debugging output printed). The default
    debug level is ``0``, meaning no debugging output is printed.
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.1
 
 
 .. method:: HTTPConnection.connect()


More information about the Python-checkins mailing list