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 fa43a1e commit 271d7e7Copy full SHA for 271d7e7
Doc/library/ast.rst
@@ -139,13 +139,6 @@ Node classes
139
The :meth:`~object.__repr__` output of :class:`~ast.AST` nodes includes
140
the values of the node fields.
141
142
-.. deprecated:: 3.8
143
-
144
- Old classes :class:`!ast.Num`, :class:`!ast.Str`, :class:`!ast.Bytes`,
145
- :class:`!ast.NameConstant` and :class:`!ast.Ellipsis` are still available,
146
- but they will be removed in future Python releases. In the meantime,
147
- instantiating them will return an instance of a different class.
148
149
.. deprecated:: 3.9
150
151
Old classes :class:`!ast.Index` and :class:`!ast.ExtSlice` are still
0 commit comments