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 benjamin.peterson, brett.cannon, gvanrossum, nascheme, ncoghlan, serhiy.storchaka, thautwarm, vstinner, yselivanov
Date 2018-09-22.13:25:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537622740.86.0.956365154283.issue32892@psf.upfronthosting.co.za>
In-reply-to
Content
thautwarm, ast.Constant is not new. You can use it since 3.8. What is new in this issue -- ast.parse() will produce ast.Constant instead of ast.Num, ast.Str, etc.
History
Date User Action Args
2018-09-22 13:25:40serhiy.storchakasetrecipients: + serhiy.storchaka, gvanrossum, brett.cannon, nascheme, ncoghlan, vstinner, benjamin.peterson, yselivanov, thautwarm
2018-09-22 13:25:40serhiy.storchakasetmessageid: <1537622740.86.0.956365154283.issue32892@psf.upfronthosting.co.za>
2018-09-22 13:25:40serhiy.storchakalinkissue32892 messages
2018-09-22 13:25:40serhiy.storchakacreate