Closed
Description
Bug report
Bug description:
When using the new f-strings in 3.12 with the same quotes, pygettext failes.
from gettext import gettext as _
print(_(f"Hello, {_("Test")}!"))
Running pygettext returns the following error:
*** test.py:3: Seen unexpected token "f""
CPython versions tested on:
3.12
Operating systems tested on:
Linux, Windows
Metadata
Metadata
Assignees
Projects
Status
Done