mirror of
https://github.com/python/cpython.git
synced 2025-11-02 11:08:57 +00:00
bpo-37324: Remove ABC aliases from collections (GH-23754)
Remove deprecated aliases to Abstract Base Classes from the collections module.
This commit is contained in:
parent
6dfd1734f5
commit
c47c78b878
4 changed files with 6 additions and 21 deletions
|
|
@ -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
|
||||
-------------------------
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue