berkerpeksag / astor

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

expr_text is removed #167

Closed isidentical closed 4 years ago

isidentical commented 4 years ago

With bpo-37050, expr_text field of FormattedValue has been removed. This part is now unnecessary

https://github.com/berkerpeksag/astor/blob/c7553c79f9222e20783fe9bd8a553f932e918072/astor/code_gen.py#L604-L607