From 2aa694dd55202eb6d062fdf49c07cf95f8520f2d Mon Sep 17 00:00:00 2001 From: Victor Stinner Date: Tue, 3 Mar 2020 17:31:24 +0100 Subject: [PATCH] bpo-39674: Update collections ABC deprecation doc (GH-18748) --- Doc/library/collections.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst index a5e8d04099b..8dcf9451d72 100644 --- a/Doc/library/collections.rst +++ b/Doc/library/collections.rst @@ -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