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 tinchester
Recipients ariebovenberg, docs@python, eric.smith, erlendaasland, tinchester, vinay.sajip
Date 2022-02-02.13:45:42
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1643809542.34.0.380663251908.issue46200@roundup.psfhosted.org>
In-reply-to
Content
Eric is absolutely right, due to function calls being somewhat slow in Python the performance argument in practice falls in favor of f-strings.

So if they're faster, more readable, and more convenient to write, no wonder people prefer them (including me).

The overload approach is intriguing.
History
Date User Action Args
2022-02-02 13:45:42tinchestersetrecipients: + tinchester, vinay.sajip, eric.smith, docs@python, erlendaasland, ariebovenberg
2022-02-02 13:45:42tinchestersetmessageid: <1643809542.34.0.380663251908.issue46200@roundup.psfhosted.org>
2022-02-02 13:45:42tinchesterlinkissue46200 messages
2022-02-02 13:45:42tinchestercreate