summaryrefslogtreecommitdiffstats
path: root/Doc/library/collections.rst
diff options
context:
space:
mode:
authorHugo van Kemenade <hugovk@users.noreply.github.com>2021-01-12 23:16:37 (GMT)
committerGitHub <noreply@github.com>2021-01-12 23:16:37 (GMT)
commitc47c78b878ff617164b2b94ff711a6103e781753 (patch)
tree14b23399ff94868b25e91b35271a15b826a63c43 /Doc/library/collections.rst
parent6dfd1734f5b230bb8fbd2a9df806c1333b6652a8 (diff)
downloadcpython-c47c78b878ff617164b2b94ff711a6103e781753.zip
cpython-c47c78b878ff617164b2b94ff711a6103e781753.tar.gz
cpython-c47c78b878ff617164b2b94ff711a6103e781753.tar.bz2
bpo-37324: Remove ABC aliases from collections (GH-23754)
Remove deprecated aliases to Abstract Base Classes from the collections module.
Diffstat (limited to 'Doc/library/collections.rst')
-rw-r--r--Doc/library/collections.rst5
1 files changed, 0 insertions, 5 deletions
diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 1293f54..aa0acfa 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -33,11 +33,6 @@ 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.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.9.
-
:class:`ChainMap` objects
-------------------------