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 Eric Wieser
Recipients Eric Wieser, brett.cannon, larry, ncoghlan, pdmccormick, serhiy.storchaka, yselivanov, zach.ware
Date 2020-03-30.14:20:16
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585578017.0.0.487993250404.issue23967@roundup.psfhosted.org>
In-reply-to
Content
> To make this work I had to write an ast printer that produces evaluatable Python code.  Note that it's not complete, I know it's not complete, it's missing loads of operators.  Assume that if this is a good idea I will add all the missing operators.

Now that `ast.unparse` is in (bpo-38870), can this patch be simplified?
History
Date User Action Args
2020-03-30 14:20:17Eric Wiesersetrecipients: + Eric Wieser, brett.cannon, ncoghlan, larry, zach.ware, serhiy.storchaka, yselivanov, pdmccormick
2020-03-30 14:20:17Eric Wiesersetmessageid: <1585578017.0.0.487993250404.issue23967@roundup.psfhosted.org>
2020-03-30 14:20:16Eric Wieserlinkissue23967 messages
2020-03-30 14:20:16Eric Wiesercreate