]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
authorMiss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com>
Sun, 18 Oct 2020 17:16:54 +0000 (10:16 -0700)
committerGitHub <noreply@github.com>
Sun, 18 Oct 2020 17:16:54 +0000 (20:16 +0300)
(cherry picked from commit 67f04878debbcec60191cddbddf9c83e8b9b36fe)

Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Doc/whatsnew/3.9.rst

index a91494a918061af5063f313db8dca78cdf902a0a..da0718561537b1c12b2664a894cba6740ce5da88 100644 (file)
@@ -891,7 +891,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.