Closed horoyoii closed 1 year ago
This would not make any sense. There is no f"" string in python2. I would not expect any support for that.
Seems like the logical thing to do here is to first convert the code into python3-compatible code using modernize
, and then run python3-based refactoring tools.
The complexity for flynt source code by supporting python2 which is deprecated now is not worth it.
Thanks for providing such a useful tool.
Conversion to fstring is not performed for the print statement without parentheses in python2 style. The following sentence was not converted because the print statement did not use parentheses even though % formatting was used.
Is support available for these types of cases?