PyCQA / baron

IDE allow you to refactor code, Baron allows you to write refactoring code.
http://baron.pycqa.org
GNU Lesser General Public License v3.0
289 stars 50 forks source link

Python 3: support f-strings #130

Closed PythonNut closed 5 years ago

PythonNut commented 6 years ago

Python 3 has a wonderful feature called f-strings, which allows in-string interpolation. E.g.:

from baron import parse
parse("f'{a}'")

These are not currently parsed by baron.

bgw commented 5 years ago

Looks like #110 fixed this?

Psycojoker commented 5 years ago

Indeed yes, I haven't clean the issues yes, thx for noticing :)