Skip to content

Commit e5c7ac7

Browse files
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
(cherry picked from commit 67f0487) Co-authored-by: Shantanu <[email protected]>
1 parent a055ced commit e5c7ac7

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
@@ -891,7 +891,7 @@ Deprecated
891891
and will be removed in future Python versions. ``value`` itself should be
892892
used instead of ``Index(value)``. ``Tuple(slices, Load())`` should be
893893
used instead of ``ExtSlice(slices)``.
894-
(Contributed by Serhiy Storchaka in :issue:`32892`.)
894+
(Contributed by Serhiy Storchaka in :issue:`34822`.)
895895

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

0 commit comments

Comments
 (0)