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 vinay.sajip
Recipients ariebovenberg, docs@python, eric.smith, vinay.sajip
Date 2021-12-31.11:55:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1640951755.18.0.0826684327811.issue46200@roundup.psfhosted.org>
In-reply-to
Content
Another (minor) point against using f-strings or .format is that formatting prematurely might be doing unnecessary work - by default, logging formats messages lazily, waiting until a message actually needs to be output. This could perhaps be more prominently emphasized in the docs where formatting is first introduced.
History
Date User Action Args
2021-12-31 11:55:55vinay.sajipsetrecipients: + vinay.sajip, eric.smith, docs@python, ariebovenberg
2021-12-31 11:55:55vinay.sajipsetmessageid: <1640951755.18.0.0826684327811.issue46200@roundup.psfhosted.org>
2021-12-31 11:55:55vinay.sajiplinkissue46200 messages
2021-12-31 11:55:55vinay.sajipcreate