r77803 - in python/branches/py3k/Doc/library: bdb.rst operator.rst string.rst sys.rst
Author: ezio.melotti Date: Wed Jan 27 23:44:03 2010 New Revision: 77803 Log: updated/removed a few versionadded/versionchanged Modified: python/branches/py3k/Doc/library/bdb.rst python/branches/py3k/Doc/library/operator.rst python/branches/py3k/Doc/library/string.rst python/branches/py3k/Doc/library/sys.rst Modified: python/branches/py3k/Doc/library/bdb.rst ============================================================================== --- python/branches/py3k/Doc/library/bdb.rst (original) +++ python/branches/py3k/Doc/library/bdb.rst Wed Jan 27 23:44:03 2010 @@ -76,7 +76,7 @@ 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. Modified: python/branches/py3k/Doc/library/operator.rst ============================================================================== --- python/branches/py3k/Doc/library/operator.rst (original) +++ python/branches/py3k/Doc/library/operator.rst Wed Jan 27 23:44:03 2010 @@ -109,8 +109,6 @@ Return *a* converted to an integer. Equivalent to ``a.__index__()``. - .. versionadded:: 2.5 - .. function:: inv(obj) invert(obj) Modified: python/branches/py3k/Doc/library/string.rst ============================================================================== --- python/branches/py3k/Doc/library/string.rst (original) +++ python/branches/py3k/Doc/library/string.rst Wed Jan 27 23:44:03 2010 @@ -471,8 +471,6 @@ 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: Modified: python/branches/py3k/Doc/library/sys.rst ============================================================================== --- python/branches/py3k/Doc/library/sys.rst (original) +++ python/branches/py3k/Doc/library/sys.rst Wed Jan 27 23:44:03 2010 @@ -439,7 +439,7 @@ 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*.
participants (1)
-
ezio.melotti