Skip to content

Commit

Permalink
bpo-39674: Update collections ABC deprecation doc (GH-18748)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Mar 3, 2020
1 parent 5a92f42 commit 2aa694d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Doc/library/collections.rst
Original file line number Diff line number Diff line change
Expand Up @@ -33,10 +33,10 @@ Python's general purpose built-in containers, :class:`dict`, :class:`list`,
:class:`UserString` wrapper around string objects for easier string subclassing
===================== ====================================================================

.. deprecated-removed:: 3.3 3.9
.. deprecated-removed:: 3.3 3.10
Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` module.
For backwards compatibility, they continue to be visible in this module through
Python 3.8.
Python 3.9.


:class:`ChainMap` objects
Expand Down

0 comments on commit 2aa694d

Please sign in to comment.