berkerpeksag / astor

Python AST read/write
https://pypi.org/project/astor/
BSD 3-Clause "New" or "Revised" License
810 stars 102 forks source link

Should add triple-quoted f-strings #61

Closed pmaupin closed 7 years ago

pmaupin commented 7 years ago

The new f-strings are only single-quoted for now, which should work fine, but which will look ugly in some cases.

Adding the ability to fix those will involve code changes to code_gen.py and string_repr.py.

This is a science fair project I am unwilling to undertake at the current time.

pmaupin commented 7 years ago

Never mind, I did it in PR #70.