This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author serhiy.storchaka
Recipients docs@python, pablogsal, serhiy.storchaka
Date 2020-03-07.09:17:47
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1583572667.19.0.665234478288.issue39199@roundup.psfhosted.org>
In-reply-to
Content
Would not be better to use mode='eval' for expression nodes?

        >>> print(ast.dump(ast.parse('123', mode='eval'), indent=4))
        Expression(
            body=Constant(value=123, kind=None))
History
Date User Action Args
2020-03-07 09:17:47serhiy.storchakasetrecipients: + serhiy.storchaka, docs@python, pablogsal
2020-03-07 09:17:47serhiy.storchakasetmessageid: <1583572667.19.0.665234478288.issue39199@roundup.psfhosted.org>
2020-03-07 09:17:47serhiy.storchakalinkissue39199 messages
2020-03-07 09:17:47serhiy.storchakacreate