deshaw / pyflyby

A set of productivity tools for Python
https://deshaw.github.io/pyflyby/
Other
347 stars 52 forks source link

Try to simplify PythonStatement __new__ and remove flags. #334

Closed Carreau closed 4 months ago

Carreau commented 4 months ago

This seem to have been used only for print_function and seem to be used only in testing. This should make it easier to simply the code and fix the newline parsing issue.