cpython/Misc/NEWS.d/next/Library/2024-05-25-20-20-42.gh-issu...

4 lines
205 B
ReStructuredText

Remove :class:`!ast.Num`, :class:`!ast.Str`, :class:`!ast.Bytes`,
:class:`!ast.NameConstant` and :class:`!ast.Ellipsis`. They had all emitted
deprecation warnings since Python 3.12. Patch by Alex Waygood.