We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 03154fc commit 07db2a4Copy full SHA for 07db2a4
Doc/whatsnew/3.9.rst
@@ -664,11 +664,9 @@ Removed
664
defining ``COUNT_ALLOCS`` macro.
665
(Contributed by Victor Stinner in :issue:`39489`.)
666
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`.)
+* 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`.)
672
673
674
Porting to Python 3.9
0 commit comments