mirror of
https://github.com/python/cpython.git
synced 2024-12-03 23:06:43 +08:00
bpo-39674: Update collections ABC deprecation doc (GH-18747)
This commit is contained in:
parent
e0acec1541
commit
91fe414264
@ -36,7 +36,7 @@ Python's general purpose built-in containers, :class:`dict`, :class:`list`,
|
||||
.. 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
Block a user