From: Ezio Melotti Date: Wed, 27 Jan 2010 22:44:03 +0000 (+0000) Subject: updated/removed a few versionadded/versionchanged X-Git-Tag: v3.2a1~1792 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=83fc6dd4dab73ace2466c1db782104c1c14269a5;p=python updated/removed a few versionadded/versionchanged --- diff --git a/Doc/library/bdb.rst b/Doc/library/bdb.rst index d6d4ae2ec0..3d7e41b246 100644 --- a/Doc/library/bdb.rst +++ b/Doc/library/bdb.rst @@ -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. diff --git a/Doc/library/operator.rst b/Doc/library/operator.rst index 175314ee64..e24c69f79d 100644 --- a/Doc/library/operator.rst +++ b/Doc/library/operator.rst @@ -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) diff --git a/Doc/library/string.rst b/Doc/library/string.rst index d181841be3..f79eae5c62 100644 --- a/Doc/library/string.rst +++ b/Doc/library/string.rst @@ -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: diff --git a/Doc/library/sys.rst b/Doc/library/sys.rst index e9d4e1616e..f3f0846b37 100644 --- a/Doc/library/sys.rst +++ b/Doc/library/sys.rst @@ -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*.