Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: Alex Waygood <[email protected]>
  • Loading branch information
JelleZijlstra and AlexWaygood authored Feb 25, 2024
1 parent 1f85438 commit ff0cc67
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Doc/library/ast.rst
Original file line number Diff line number Diff line change
Expand Up @@ -135,11 +135,11 @@ Node classes
In the meantime, instantiating them will return an instance of
a different class.

.. deprecated:: 3.13
.. deprecated-removed:: 3.13 3.15

Previous versions of Python allowed the creation of AST nodes missing
Previous versions of Python allowed the creation of AST nodes that were missing
required fields. Similarly, AST node constructors allowed arbitrary keyword
arguments that were set as attributes of the AST node, even if they didd not
arguments that were set as attributes of the AST node, even if they did not
match any of the fields of the AST node. This behavior is deprecated and will
be removed in Python 3.15.

Expand Down

0 comments on commit ff0cc67

Please sign in to comment.