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 2d39992 commit 8a04be1Copy full SHA for 8a04be1
Doc/library/ast.rst
@@ -143,8 +143,9 @@ Node classes
143
144
Previous versions of Python provided the AST classes :class:`!ast.Num`,
145
:class:`!ast.Str`, :class:`!ast.Bytes`, :class:`!ast.NameConstant` and
146
- :class:`!ast.Ellipsis`, which were deprecated in Python 3.8 and removed in
147
- Python 3.14, and which have been replaced with :class:`ast.Constant`.
+ :class:`!ast.Ellipsis`, which were deprecated in Python 3.8. These classes
+ were removed in Python 3.14, and their functionality has been replaced with
148
+ :class:`ast.Constant`.
149
150
.. deprecated:: 3.9
151
0 commit comments