bpo-39674: Update collections ABC deprecation doc (GH-18748) · python/cpython@2aa694d

Original file line numberDiff line numberDiff line change

@@ -33,10 +33,10 @@ Python's general purpose built-in containers, :class:`dict`, :class:`list`,

3333

:class:`UserString` wrapper around string objects for easier string subclassing

3434

===================== ====================================================================

3535
36-

.. deprecated-removed:: 3.3 3.9

36+

.. deprecated-removed:: 3.3 3.10

3737

Moved :ref:`collections-abstract-base-classes` to the :mod:`collections.abc` module.

3838

For backwards compatibility, they continue to be visible in this module through

39-

Python 3.8.

39+

Python 3.9.

4040
4141
4242

:class:`ChainMap` objects