]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.9 whatsnew: fix bpo issue for AST change (GH-22742)
authorShantanu <12621235+hauntsaninja@users.noreply.github.com>
Sun, 18 Oct 2020 15:39:26 +0000 (08:39 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 15:39:26 +0000 (18:39 +0300)
Doc/whatsnew/3.9.rst

index 22fdbd565a16677af3f4cd9666e5e3c966902009..89017981f6d498a45745cbe43b40f4e53dd0ab99 100644 (file)
@@ -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.