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 606708a commit f5b2582Copy full SHA for f5b2582
Doc/library/ast.rst
@@ -158,8 +158,7 @@ Node classes
158
Previous versions of Python allowed the creation of AST nodes that were missing
159
required fields. Similarly, AST node constructors allowed arbitrary keyword
160
arguments that were set as attributes of the AST node, even if they did not
161
- match any of the fields of the AST node. This behavior is deprecated and will
162
- be removed in Python 3.15.
+ match any of the fields of the AST node. These cases now raise a :exc:`TypeError`.
163
164
.. note::
165
The descriptions of the specific node classes displayed here
0 commit comments