Skip to content

Commit 2aa694d

Browse files
authored
bpo-39674: Update collections ABC deprecation doc (GH-18748)
1 parent 5a92f42 commit 2aa694d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Doc/library/collections.rst

Lines changed: 2 additions & 2 deletions
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

0 commit comments

Comments
 (0)