Skip to content

Commit 07db2a4

Browse files
committed
Merge removals
1 parent 03154fc commit 07db2a4

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

Doc/whatsnew/3.9.rst

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -664,11 +664,9 @@ Removed
664664
defining ``COUNT_ALLOCS`` macro.
665665
(Contributed by Victor Stinner in :issue:`39489`.)
666666

667-
* The ``ast.Suite`` node class has been removed due to no longer being needed.
668-
(Contributed by Batuhan Taskaya in :issue:`39639`.)
669-
670-
* The ``ast.Param`` node class has been removed due to no longer being needed.
671-
(Contributed by Batuhan Taskaya in :issue:`39969`.)
667+
* The ``ast.Suite`` and ``ast.Param`` node classes has been removed due to no
668+
longer being needed.
669+
(Contributed by Batuhan Taskaya in :issue:`39639` and :issue:`39969`.)
672670

673671

674672
Porting to Python 3.9

0 commit comments

Comments
 (0)