Serhiy Storchaka <storchaka+cpyt...@gmail.com> added the comment:

I agree that pygettext should not and can not support f-strings, but the error 
should be better. The problem is that an f-string expression is tokenized as 
literal strings, but eval() can't evaluate it out of context.

----------
nosy: +eric.smith, serhiy.storchaka
versions: +Python 3.8

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue33189>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to