blob: 9be4bf89008d9c315e44e91b9f7a0846465faa50 (
plain)
1
2
3
4
|
The parser now represents all constants as :class:`ast.Constant` instead of
using specific constant AST types (``Num``, ``Str``, ``Bytes``,
``NameConstant`` and ``Ellipsis``). These classes are considered deprecated
and will be removed in future Python versions.
|