[Python-checkins] 3.9 whatsnew: fix bpo issue for AST change (GH-22742)

Shantanu webhook-mailer at python.org
Sun Oct 18 11:39:30 EDT 2020


https://github.com/python/cpython/commit/67f04878debbcec60191cddbddf9c83e8b9b36fe
commit: 67f04878debbcec60191cddbddf9c83e8b9b36fe
branch: master
author: Shantanu <12621235+hauntsaninja at users.noreply.github.com>
committer: GitHub <noreply at github.com>
date: 2020-10-18T18:39:26+03:00
summary:

3.9 whatsnew: fix bpo issue for AST change (GH-22742)

files:
M Doc/whatsnew/3.9.rst

diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst
index 22fdbd565a166..89017981f6d49 100644
--- a/Doc/whatsnew/3.9.rst
+++ b/Doc/whatsnew/3.9.rst
@@ -766,7 +766,7 @@ Deprecated
   and will be removed in future Python versions.  ``value`` itself should be
   used instead of ``Index(value)``.  ``Tuple(slices, Load())`` should be
   used instead of ``ExtSlice(slices)``.
-  (Contributed by Serhiy Storchaka in :issue:`32892`.)
+  (Contributed by Serhiy Storchaka in :issue:`34822`.)
 
 * :mod:`ast` classes ``Suite``, ``Param``, ``AugLoad`` and ``AugStore``
   are considered deprecated and will be removed in future Python versions.



More information about the Python-checkins mailing list