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 eric.smith
Recipients eric.smith, josh.r, kj, rhettinger, samuelmarks, steven.daprano
Date 2020-12-21.10:30:13
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608546613.19.0.346938167084.issue42699@roundup.psfhosted.org>
In-reply-to
Content
> Wait I don't understand why you wouldn't accept a wholesale replacement of all `%` and `format` with f-strings through the entire CPython codebase [master branch]?

For such a large change it's difficult to review every single change and ensure it's correct. I'm guessing there are thousands of occurrences.

In addition, it runs the risk of breaking any existing pull requests.

And in the vast majority of cases it wouldn't make any noticeable performance difference. So why risk the breakage and endure the hassle?
History
Date User Action Args
2020-12-21 10:30:13eric.smithsetrecipients: + eric.smith, rhettinger, steven.daprano, josh.r, samuelmarks, kj
2020-12-21 10:30:13eric.smithsetmessageid: <1608546613.19.0.346938167084.issue42699@roundup.psfhosted.org>
2020-12-21 10:30:13eric.smithlinkissue42699 messages
2020-12-21 10:30:13eric.smithcreate