PythonCharmers / python-future

Easy, clean, reliable Python 2/3 compatibility
http://python-future.org
MIT License
1.17k stars 291 forks source link

f-string fixer? #333

Open xmo-odoo opened 6 years ago

xmo-odoo commented 6 years ago

Python 3.6 adds f-string which are tremendously convenient, but can be an issue in two cases:

Fixers able to convert back and forth between f-strings, str.format and str% would be nice.

jmadler commented 6 years ago

I'd definitely accept such a patch ;)

jmadler commented 5 years ago

This is related to #343

thiborose commented 2 years ago

Has anyone found a solution for this issue?