]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
bpo-39674: Update collections ABC deprecation doc (GH-18748)
authorVictor Stinner <vstinner@python.org>
Tue, 3 Mar 2020 16:31:24 +0000 (17:31 +0100)
committerGitHub <noreply@github.com>
Tue, 3 Mar 2020 16:31:24 +0000 (17:31 +0100)
Doc/library/collections.rst

index a5e8d04099b22f9acc0dc58d78466791dd9d6e37..8dcf9451d72bfe48e469e2df31d7887945b8f980 100644 (file)
@@ -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