Skip to content

Commit 06176a8

Browse files
committed
Adapt mentions of future changes in doc
1 parent 0d983b5 commit 06176a8

4 files changed

Lines changed: 4 additions & 5 deletions

File tree

Doc/distutils/sourcedist.rst

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,8 +51,7 @@ Notes:
5151
of the standard Python library since Python 1.6)
5252

5353
(4)
54-
requires the :program:`compress` program. Notice that this format is now
55-
pending for deprecation and will be removed in the future versions of Python.
54+
requires the :program:`compress` program.
5655

5756
When using any ``tar`` format (``gztar``, ``bztar``, ``ztar`` or
5857
``tar``) under Unix, you can specify the ``owner`` and ``group`` names

Doc/library/csv.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ using the :class:`DictReader` and :class:`DictWriter` classes.
4040
This version of the :mod:`csv` module doesn't support Unicode input. Also,
4141
there are currently some issues regarding ASCII NUL characters. Accordingly,
4242
all input should be UTF-8 or printable ASCII to be safe; see the examples in
43-
section :ref:`csv-examples`. These restrictions will be removed in the future.
43+
section :ref:`csv-examples`.
4444

4545

4646
.. seealso::

Doc/library/mailbox.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1513,7 +1513,7 @@ Older versions of the :mod:`mailbox` module do not support modification of
15131513
mailboxes, such as adding or removing message, and do not provide classes to
15141514
represent format-specific message properties. For backward compatibility, the
15151515
older mailbox classes are still available, but the newer classes should be used
1516-
in preference to them. The old classes will be removed in Python 3.
1516+
in preference to them. The old classes have been removed in Python 3.
15171517

15181518
Older mailbox objects support only iteration and provide a single public method:
15191519

Doc/library/parser.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ the code forming the application. It is also faster.
3434
replaced by "ast"; this is a legacy from the time when there was no other
3535
AST and has nothing to do with the AST found in Python 2.5. This is also the
3636
reason for the functions' keyword arguments being called *ast*, not *st*.
37-
The "ast" functions will be removed in Python 3.
37+
The "ast" functions have been removed in Python 3.
3838

3939
There are a few things to note about this module which are important to making
4040
use of the data structures created. This is not a tutorial on editing the parse

0 commit comments

Comments
 (0)