blob: dd23466b9d2cef842c95c601e3cb6d956c3ce3d0 (
plain)
1
2
3
|
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.
|