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 nascheme
Recipients benjamin.peterson, brett.cannon, gvanrossum, nascheme, ncoghlan, serhiy.storchaka, thautwarm, vstinner, yselivanov
Date 2018-09-24.22:01:33
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1537826493.06.0.545547206417.issue32892@psf.upfronthosting.co.za>
In-reply-to
Content
I've checked Quixote PTL module support.  I will have to make some changes to support the removal of Str and other node types.  E.g. I have to change visit_Str to visit_Constant.  The fixes are pretty easy though and I think it is reasonable that this kind of AST manipulation is dependent on Python version and may get broken between releases.
History
Date User Action Args
2018-09-24 22:01:33naschemesetrecipients: + nascheme, gvanrossum, brett.cannon, ncoghlan, vstinner, benjamin.peterson, serhiy.storchaka, yselivanov, thautwarm
2018-09-24 22:01:33naschemesetmessageid: <1537826493.06.0.545547206417.issue32892@psf.upfronthosting.co.za>
2018-09-24 22:01:33naschemelinkissue32892 messages
2018-09-24 22:01:33naschemecreate