Skip to content

Commit 67f0487

Browse files
authored
3.9 whatsnew: fix bpo issue for AST change (pythonGH-22742)
1 parent 1bcaa81 commit 67f0487

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -766,7 +766,7 @@ Deprecated
766766
and will be removed in future Python versions. ``value`` itself should be
767767
used instead of ``Index(value)``. ``Tuple(slices, Load())`` should be
768768
used instead of ``ExtSlice(slices)``.
769-
(Contributed by Serhiy Storchaka in :issue:`32892`.)
769+
(Contributed by Serhiy Storchaka in :issue:`34822`.)
770770

771771
* :mod:`ast` classes ``Suite``, ``Param``, ``AugLoad`` and ``AugStore``
772772
are considered deprecated and will be removed in future Python versions.

0 commit comments

Comments
 (0)