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 emilyemorehouse
Recipients SilentGhost, barry, emilyemorehouse, eric.smith, larry, lukasz.langa, serhiy.storchaka, xtreak
Date 2019-05-05.17:26:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1557077214.81.0.515256708978.issue36798@roundup.psfhosted.org>
In-reply-to
Content
Ah yes, that's what I meant. I was thinking about the confusion between f-strings (evaluated immediately and stored as a string) vs other versions of string formatting which are evaluated when used. I've seen the mix of the two confuse people when evaluating performance. I don't think this is particularly relevant to this issue though, so we can ignore it :)
History
Date User Action Args
2019-05-05 17:26:54emilyemorehousesetrecipients: + emilyemorehouse, barry, larry, eric.smith, SilentGhost, lukasz.langa, serhiy.storchaka, xtreak
2019-05-05 17:26:54emilyemorehousesetmessageid: <1557077214.81.0.515256708978.issue36798@roundup.psfhosted.org>
2019-05-05 17:26:54emilyemorehouselinkissue36798 messages
2019-05-05 17:26:54emilyemorehousecreate