bpo-39674: Update collections ABC deprecation doc (GH-18747)

This commit is contained in:
Victor Stinner 2020-03-03 17:31:11 +01:00 committed by GitHub
parent e0acec1541
commit 91fe414264
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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