diff options
author | Miss Skeleton (bot) <31488909+miss-islington@users.noreply.github.com> | 2020-10-18 17:16:54 (GMT) |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-10-18 17:16:54 (GMT) |
commit | e5c7ac7a22629cc1d96cef256433f03088b2dd8a (patch) | |
tree | 2c0bd88edcd932ee9d9c2158caccc70ff4cc81f0 /Doc/whatsnew | |
parent | a055ced9d43630cadc3c1d5edab0884f2c5131ea (diff) | |
download | cpython-e5c7ac7a22629cc1d96cef256433f03088b2dd8a.zip cpython-e5c7ac7a22629cc1d96cef256433f03088b2dd8a.tar.gz cpython-e5c7ac7a22629cc1d96cef256433f03088b2dd8a.tar.bz2 |
3.9 whatsnew: fix bpo issue for AST change (GH-22742) (GH-22749)
(cherry picked from commit 67f04878debbcec60191cddbddf9c83e8b9b36fe)
Co-authored-by: Shantanu <12621235+hauntsaninja@users.noreply.github.com>
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.9.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.9.rst b/Doc/whatsnew/3.9.rst index a91494a..da07185 100644 --- a/Doc/whatsnew/3.9.rst +++ b/Doc/whatsnew/3.9.rst @@ -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. |