[Python-checkins] bpo-39674: Update collections ABC deprecation doc (GH-18747)

Victor Stinner webhook-mailer at python.org
Tue Mar 3 11:31:19 EST 2020


https://github.com/python/cpython/commit/91fe4142642286b65c166f7b6e27de16f42b1286
commit: 91fe4142642286b65c166f7b6e27de16f42b1286
branch: master
author: Victor Stinner <vstinner at python.org>
committer: GitHub <noreply at github.com>
date: 2020-03-03T17:31:11+01:00
summary:

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

files:
M Doc/library/collections.rst

diff --git a/Doc/library/collections.rst b/Doc/library/collections.rst
index 65cdf34aa4e4f..8dcf9451d72bf 100644
--- a/Doc/library/collections.rst
+++ b/Doc/library/collections.rst
@@ -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



More information about the Python-checkins mailing list