[3.6] bpo-33189: pygettext.py now accepts only literal strings (GH-6364) by miss-islington · Pull Request #6534 · python/cpython

@serhiy-storchaka @miss-islington

as docstrings and translatable strings, and rejects
bytes literals and f-string expressions.
(cherry picked from commit 6952482)

Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>

@bedevere-bot mentioned this pull request

Apr 19, 2018

serhiy-storchaka