bpo-39674: Update collections ABC deprecation doc (GH-18748)
This commit is contained in:
parent
5a92f42d87
commit
2aa694dd55
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue