Skip to content

Commit 271d7e7

Browse files
committed
Remove notice about ast node types no longer available
1 parent fa43a1e commit 271d7e7

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

Doc/library/ast.rst

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -139,13 +139,6 @@ Node classes
139139
The :meth:`~object.__repr__` output of :class:`~ast.AST` nodes includes
140140
the values of the node fields.
141141

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-
149142
.. deprecated:: 3.9
150143

151144
Old classes :class:`!ast.Index` and :class:`!ast.ExtSlice` are still

0 commit comments

Comments
 (0)