Message326295
| 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. |
|