]> granicus.if.org Git - python/commitdiff
Adapt mentions of future changes in doc
authorÉric Araujo <merwok@netwok.org>
Mon, 2 Jul 2012 21:46:40 +0000 (17:46 -0400)
committerÉric Araujo <merwok@netwok.org>
Mon, 2 Jul 2012 21:46:40 +0000 (17:46 -0400)
Doc/distutils/sourcedist.rst
Doc/library/csv.rst
Doc/library/mailbox.rst
Doc/library/parser.rst

index a9858d01bf8e48638cc1b51c58659ad4e9b8703a..b1695a2585375182b97dfab47d49b784fa946eaa 100644 (file)
@@ -51,8 +51,7 @@ Notes:
    of the standard Python library since Python 1.6)
 
 (4)
-   requires the :program:`compress` program. Notice that this format is now
-   pending for deprecation and will be removed in the future versions of Python.
+   requires the :program:`compress` program.
 
 When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or
 ``tar``) under Unix, you can specify the ``owner`` and ``group`` names
index 33b39f2837226616ebf29e75bf68ace81e164b82..1978547ac7b6e9d1593585c025533c091a4a78b5 100644 (file)
@@ -40,7 +40,7 @@ using the :class:`DictReader` and :class:`DictWriter` classes.
    This version of the :mod:`csv` module doesn't support Unicode input.  Also,
    there are currently some issues regarding ASCII NUL characters.  Accordingly,
    all input should be UTF-8 or printable ASCII to be safe; see the examples in
-   section :ref:`csv-examples`. These restrictions will be removed in the future.
+   section :ref:`csv-examples`.
 
 
 .. seealso::
index 54ade5a7dc46acdcc98df2a401cb9c6b2a779d31..a5d2aa0f51b4b362f261bc21ecad6b56e4fc468d 100644 (file)
@@ -1513,7 +1513,7 @@ Older versions of the :mod:`mailbox` module do not support modification of
 mailboxes, such as adding or removing message, and do not provide classes to
 represent format-specific message properties. For backward compatibility, the
 older mailbox classes are still available, but the newer classes should be used
-in preference to them.  The old classes will be removed in Python 3.
+in preference to them.  The old classes have been removed in Python 3.
 
 Older mailbox objects support only iteration and provide a single public method:
 
index e2d4523909e77a65fbf2037c43cbfd9a00e02307..acda372ef08fa1ea58aaf8dfd928f99a83b5911f 100644 (file)
@@ -34,7 +34,7 @@ the code forming the application.  It is also faster.
    replaced by "ast"; this is a legacy from the time when there was no other
    AST and has nothing to do with the AST found in Python 2.5.  This is also the
    reason for the functions' keyword arguments being called *ast*, not *st*.
-   The "ast" functions will be removed in Python 3.
+   The "ast" functions have been removed in Python 3.
 
 There are a few things to note about this module which are important to making
 use of the data structures created.  This is not a tutorial on editing the parse