]> granicus.if.org Git - python/commitdiff
updated/removed a few versionadded/versionchanged
authorEzio Melotti <ezio.melotti@gmail.com>
Wed, 27 Jan 2010 22:44:03 +0000 (22:44 +0000)
committerEzio Melotti <ezio.melotti@gmail.com>
Wed, 27 Jan 2010 22:44:03 +0000 (22:44 +0000)
Doc/library/bdb.rst
Doc/library/operator.rst
Doc/library/string.rst
Doc/library/sys.rst

index d6d4ae2ec0d1987c812962399165c1d79eb1ed1b..3d7e41b246ebf957dea3a13c54b057fccc7620de 100644 (file)
@@ -76,7 +76,7 @@ The :mod:`bdb` module also defines two classes:
    frame is considered to originate in a certain module is determined
    by the ``__name__`` in the frame globals.
 
-   .. versionadded:: 2.7
+   .. versionadded:: 3.1
       The *skip* argument.
 
    The following methods of :class:`Bdb` normally don't need to be overridden.
index 175314ee641cb2c1e082a607001e40014b3c53ef..e24c69f79dba13bd9547d84cbc7408199f1042c6 100644 (file)
@@ -109,8 +109,6 @@ The mathematical and bitwise operations are the most numerous:
 
    Return *a* converted to an integer.  Equivalent to ``a.__index__()``.
 
-   .. versionadded:: 2.5
-
 
 .. function:: inv(obj)
               invert(obj)
index d181841be3f5b73a2a612be00feb628e8a2d3573..f79eae5c62d3f406c08433afab4d330d415b91a9 100644 (file)
@@ -471,8 +471,6 @@ The available presentation types for floating point and decimal values are:
 Template strings
 ----------------
 
-.. versionadded:: 2.4
-
 Templates provide simpler string substitutions as described in :pep:`292`.
 Instead of the normal ``%``\ -based substitutions, Templates support ``$``\
 -based substitutions, using the following rules:
index e9d4e1616e2ba929b8d4e315b230a6b16f378455..f3f0846b379a3dd8eedd242229c2b1e4e4d016b6 100644 (file)
@@ -439,7 +439,7 @@ always available.
 
    Availability: Windows.
 
-   .. versionchanged:: 2.7
+   .. versionchanged:: 3.2
       Changed to a named tuple and added *service_pack_minor*,
       *service_pack_major*, *suite_mask*, and *product_type*.