Message365315
> 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? |
|
Date |
User |
Action |
Args |
2020-03-30 14:20:17 | Eric Wieser | set | recipients:
+ Eric Wieser, brett.cannon, ncoghlan, larry, zach.ware, serhiy.storchaka, yselivanov, pdmccormick |
2020-03-30 14:20:17 | Eric Wieser | set | messageid: <1585578017.0.0.487993250404.issue23967@roundup.psfhosted.org> |
2020-03-30 14:20:16 | Eric Wieser | link | issue23967 messages |
2020-03-30 14:20:16 | Eric Wieser | create | |
|