mirror of
https://github.com/python/cpython.git
synced 2025-10-17 20:28:43 +00:00
bpo-39969: Remove ast.Param node class as is no longer used (GH-19020)
This commit is contained in:
parent
61ac612e78
commit
8689209e03
7 changed files with 27 additions and 51 deletions
|
@ -664,8 +664,9 @@ Removed
|
|||
defining ``COUNT_ALLOCS`` macro.
|
||||
(Contributed by Victor Stinner in :issue:`39489`.)
|
||||
|
||||
* The ``ast.Suite`` node class has been removed due to no longer being needed.
|
||||
(Contributed by Batuhan Taskaya in :issue:`39639`.)
|
||||
* The ``ast.Suite`` and ``ast.Param`` node classes has been removed due to no
|
||||
longer being needed.
|
||||
(Contributed by Batuhan Taskaya in :issue:`39639` and :issue:`39969`.)
|
||||
|
||||
|
||||
Porting to Python 3.9
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue