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 FFY00, cheryl.sabella, eric.smith, gregory.p.smith, serhiy.storchaka, xtreak
Date 2021-05-14.07:47:18
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620978438.57.0.398446502438.issue38693@roundup.psfhosted.org>
In-reply-to
Content
I just have merged a change which makes many C-style formatting as fast as f-strings (issue28307) and am working on supporting more format codes (%d, %x, %f, etc). Using C-style formatting can be a good option if you want performance and backward compatibility. It was faster than str.format() even without that optimization.
History
Date User Action Args
2021-05-14 07:47:18serhiy.storchakasetrecipients: + serhiy.storchaka, gregory.p.smith, eric.smith, cheryl.sabella, xtreak, FFY00
2021-05-14 07:47:18serhiy.storchakasetmessageid: <1620978438.57.0.398446502438.issue38693@roundup.psfhosted.org>
2021-05-14 07:47:18serhiy.storchakalinkissue38693 messages
2021-05-14 07:47:18serhiy.storchakacreate