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 serhiy.storchaka
Recipients gregory.p.smith, mbussonn, methane, pablogsal, remi.lapeyre, rhettinger, serhiy.storchaka, steven.daprano
Date 2019-11-06.20:36:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1573072577.73.0.72469454723.issue36906@roundup.psfhosted.org>
In-reply-to
Content
I think it would be better to use use backtick quotes for f-strings instead of the f prefix. This would stress the special nature of f-strings (they are not literals, but expressions). But there was strong opposition to using backticks anywhere in Python syntax.
History
Date User Action Args
2019-11-06 20:36:17serhiy.storchakasetrecipients: + serhiy.storchaka, rhettinger, gregory.p.smith, steven.daprano, methane, mbussonn, pablogsal, remi.lapeyre
2019-11-06 20:36:17serhiy.storchakasetmessageid: <1573072577.73.0.72469454723.issue36906@roundup.psfhosted.org>
2019-11-06 20:36:17serhiy.storchakalinkissue36906 messages
2019-11-06 20:36:17serhiy.storchakacreate