[Python-3000-checkins] r65705 - in python/branches/py3k/Doc/library: ast.rst csv.rst ctypes.rst inspect.rst logging.rst math.rst pdb.rst reprlib.rst stdtypes.rst sys.rst textwrap.rst

benjamin.peterson python-3000-checkins at python.org
Sat Aug 16 04:59:56 CEST 2008


Author: benjamin.peterson
Date: Sat Aug 16 04:59:55 2008
New Revision: 65705

Log:
murder some versionadded and versionchanged directives in their beds

Modified:
   python/branches/py3k/Doc/library/ast.rst
   python/branches/py3k/Doc/library/csv.rst
   python/branches/py3k/Doc/library/ctypes.rst
   python/branches/py3k/Doc/library/inspect.rst
   python/branches/py3k/Doc/library/logging.rst
   python/branches/py3k/Doc/library/math.rst
   python/branches/py3k/Doc/library/pdb.rst
   python/branches/py3k/Doc/library/reprlib.rst
   python/branches/py3k/Doc/library/stdtypes.rst
   python/branches/py3k/Doc/library/sys.rst
   python/branches/py3k/Doc/library/textwrap.rst

Modified: python/branches/py3k/Doc/library/ast.rst
==============================================================================
--- python/branches/py3k/Doc/library/ast.rst	(original)
+++ python/branches/py3k/Doc/library/ast.rst	Sat Aug 16 04:59:55 2008
@@ -9,12 +9,6 @@
 .. sectionauthor:: Martin v. Löwis <martin at v.loewis.de>
 .. sectionauthor:: Georg Brandl <georg at python.org>
 
-.. versionadded:: 2.5
-   The low-level ``_ast`` module containing only the node classes.
-
-.. versionadded:: 2.6
-   The high-level ``ast`` module containing all helpers.
-
 
 The :mod:`ast` module helps Python applications to process trees of the Python
 abstract syntax grammar.  The abstract syntax itself might change with each
@@ -113,8 +107,6 @@
 :mod:`ast` Helpers
 ------------------
 
-.. versionadded:: 2.6
-
 Apart from the node classes, :mod:`ast` module defines these utility functions
 and classes for traversing abstract syntax trees:
 

Modified: python/branches/py3k/Doc/library/csv.rst
==============================================================================
--- python/branches/py3k/Doc/library/csv.rst	(original)
+++ python/branches/py3k/Doc/library/csv.rst	Sat Aug 16 04:59:55 2008
@@ -381,7 +381,6 @@
    initialized upon first access or when the first record is read from the
    file.
 
-   .. versionchanged:: 2.6
 
 
 Writer Objects

Modified: python/branches/py3k/Doc/library/ctypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/ctypes.rst	(original)
+++ python/branches/py3k/Doc/library/ctypes.rst	Sat Aug 16 04:59:55 2008
@@ -1859,10 +1859,6 @@
 
    The exact functionality is system dependent.
 
-   .. versionchanged:: 2.6
-      Windows only: ``find_library("m")`` or
-      ``find_library("c")`` return the result of a call to
-      ``find_msvcrt()``.
 
 .. function:: find_msvcrt()
    :module: ctypes.util

Modified: python/branches/py3k/Doc/library/inspect.rst
==============================================================================
--- python/branches/py3k/Doc/library/inspect.rst	(original)
+++ python/branches/py3k/Doc/library/inspect.rst	Sat Aug 16 04:59:55 2008
@@ -364,8 +364,6 @@
    of code.  Any whitespace that can be uniformly removed from the second line
    onwards is removed.  Also, all tabs are expanded to spaces.
 
-   .. versionadded:: 2.6
-
 
 .. _inspect-classes-functions:
 

Modified: python/branches/py3k/Doc/library/logging.rst
==============================================================================
--- python/branches/py3k/Doc/library/logging.rst	(original)
+++ python/branches/py3k/Doc/library/logging.rst	Sat Aug 16 04:59:55 2008
@@ -2315,10 +2315,6 @@
 in the ``logging`` package's namespace). The ``level`` is interpreted as for
 loggers, and ``NOTSET`` is taken to mean "log everything".
 
-.. versionchanged:: 2.6
-  Added support for resolving the handler's class as a dotted module and class
-  name.
-
 The ``formatter`` entry indicates the key name of the formatter for this
 handler. If blank, a default formatter (``logging._defaultFormatter``) is used.
 If a name is specified, it must appear in the ``[formatters]`` section and have

Modified: python/branches/py3k/Doc/library/math.rst
==============================================================================
--- python/branches/py3k/Doc/library/math.rst	(original)
+++ python/branches/py3k/Doc/library/math.rst	Sat Aug 16 04:59:55 2008
@@ -88,8 +88,6 @@
       The accuracy of fsum() may be impaired on builds that use
       extended precision addition and then double-round the results.
 
-   .. versionadded:: 2.6
-
 
 .. function:: isinf(x)
 

Modified: python/branches/py3k/Doc/library/pdb.rst
==============================================================================
--- python/branches/py3k/Doc/library/pdb.rst	(original)
+++ python/branches/py3k/Doc/library/pdb.rst	Sat Aug 16 04:59:55 2008
@@ -265,8 +265,6 @@
    Continue execution until the line with the the line number greater than the
    current one is reached or when returning from current frame.
 
-   .. versionadded:: 2.6
-
 r(eturn)
    Continue execution until the current function returns.
 

Modified: python/branches/py3k/Doc/library/reprlib.rst
==============================================================================
--- python/branches/py3k/Doc/library/reprlib.rst	(original)
+++ python/branches/py3k/Doc/library/reprlib.rst	Sat Aug 16 04:59:55 2008
@@ -62,9 +62,6 @@
    default is ``4`` for :attr:`maxdict`, ``5`` for :attr:`maxarray`, and  ``6`` for
    the others.
 
-   .. versionadded:: 2.4
-      :attr:`maxset`, :attr:`maxfrozenset`, and :attr:`set`.
-
 
 .. attribute:: Repr.maxlong
 

Modified: python/branches/py3k/Doc/library/stdtypes.rst
==============================================================================
--- python/branches/py3k/Doc/library/stdtypes.rst	(original)
+++ python/branches/py3k/Doc/library/stdtypes.rst	Sat Aug 16 04:59:55 2008
@@ -1651,25 +1651,16 @@
 
       Update the set, adding elements from *other*.
 
-      .. versionchanged:: 2.6
-         Accepts multiple input iterables.
-
    .. method:: intersection_update(other, ...)
                set &= other & ...
 
       Update the set, keeping only elements found in it and *other*.
 
-      .. versionchanged:: 2.6
-         Accepts multiple input iterables.
-
    .. method:: difference_update(other, ...)
                set -= other | ...
 
       Update the set, removing elements found in others.
 
-      .. versionchanged:: 2.6
-         Accepts multiple input iterables.
-
    .. method:: symmetric_difference_update(other)
                set ^= other
 

Modified: python/branches/py3k/Doc/library/sys.rst
==============================================================================
--- python/branches/py3k/Doc/library/sys.rst	(original)
+++ python/branches/py3k/Doc/library/sys.rst	Sat Aug 16 04:59:55 2008
@@ -332,8 +332,6 @@
    func:`getsizeof` calls the object's __sizeof__ method and adds an additional
    garbage collector overhead if the object is managed by the garbage collector.
 
-   .. versionadded:: 2.6
-
 
 .. function:: _getframe([depth])
 

Modified: python/branches/py3k/Doc/library/textwrap.rst
==============================================================================
--- python/branches/py3k/Doc/library/textwrap.rst	(original)
+++ python/branches/py3k/Doc/library/textwrap.rst	Sat Aug 16 04:59:55 2008
@@ -181,8 +181,6 @@
       you want truly insecable words.  Default behaviour in previous versions
       was to always allow breaking hyphenated words.
 
-      .. versionadded:: 2.6
-
 
    :class:`TextWrapper` also provides two public methods, analogous to the
    module-level convenience functions:


More information about the Python-3000-checkins mailing list