This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author Allie Fitter
Recipients Allie Fitter, a.badger, eric.smith
Date 2019-05-09.18:22:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557426180.0.0.602891331114.issue36310@roundup.psfhosted.org>
In-reply-to
Content
Just as context, my use case for this is interpolating translated strings into HTML.

    html = f'''\
    <h1>{_("Some Title")}</h1>
    <p>{_("Some longer text")}</p>
    '''
History
Date User Action Args
2019-05-09 18:23:00Allie Fittersetrecipients: + Allie Fitter, eric.smith, a.badger
2019-05-09 18:23:00Allie Fittersetmessageid: <1557426180.0.0.602891331114.issue36310@roundup.psfhosted.org>
2019-05-09 18:22:59Allie Fitterlinkissue36310 messages
2019-05-09 18:22:59Allie Fittercreate