]> granicus.if.org Git - python/commitdiff
More versionadded/versionchanged fixes
authorMark Dickinson <dickinsm@gmail.com>
Thu, 1 Oct 2009 20:20:09 +0000 (20:20 +0000)
committerMark Dickinson <dickinsm@gmail.com>
Thu, 1 Oct 2009 20:20:09 +0000 (20:20 +0000)
Doc/library/http.client.rst
Doc/library/select.rst
Doc/library/site.rst

index 02ab9dc552f7bd3d96ca19117e71a8ca0448e53a..31a0a9a78ec2dc80d3eb0d948fe4163b41762cb2 100644 (file)
@@ -384,7 +384,7 @@ HTTPConnection Objects
    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.set_tunnel(host, port=None)
 
index e0e92994da6e13397f6e0c2493f80f3424bf7b01..ae5ffa534ad1a8461ca5dd91cc006fc05c5d19be 100644 (file)
@@ -100,7 +100,7 @@ The module defines the following:
    of up to :const:`PIPE_BUF` bytes.
    This value is guaranteed by POSIX to be at least 512.  Availability: Unix.
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.2
 
 
 .. _epoll-objects:
index e82edde767399a904fda29b001e7dbd650b06897..eb4079d1f576229a72c315d7a1d0acf5ffb84c1b 100644 (file)
@@ -120,7 +120,7 @@ empty, and the path manipulations are skipped; however the import of
    Returns a list containing all global site-packages directories
    (and possibly site-python).
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.2
 
 .. function:: getuserbase()
 
@@ -130,7 +130,7 @@ empty, and the path manipulations are skipped; however the import of
    variable ``USER_BASE`` is not initialized yet, this function will also set
    it.
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.2
 
 .. function:: getusersitepackages()
 
@@ -139,7 +139,7 @@ empty, and the path manipulations are skipped; however the import of
    If the global variable ``USER_SITE`` is not initialized yet, this
    function will also set it.
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.2
 
 .. XXX Update documentation
 .. XXX document python -m site --user-base --user-site