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 samuelmarks
Recipients eric.smith, josh.r, kj, rhettinger, samuelmarks, steven.daprano
Date 2020-12-21.09:38:03
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1608543483.73.0.165068805848.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]?

BTW: Kinda unrelated, but would be great to have perspective on this little project - https://github.com/SamuelMarks/doctrans - I'm interested in wholesale enforcement of code consistency and translating between constructs (e.g., dataclass to/fro argparse to/fro class method; ReST to/fro Google to/fro NumPy dostrings; inline types to/fro types in docstrings; with more planned)
History
Date User Action Args
2020-12-21 09:38:03samuelmarkssetrecipients: + samuelmarks, rhettinger, eric.smith, steven.daprano, josh.r, kj
2020-12-21 09:38:03samuelmarkssetmessageid: <1608543483.73.0.165068805848.issue42699@roundup.psfhosted.org>
2020-12-21 09:38:03samuelmarkslinkissue42699 messages
2020-12-21 09:38:03samuelmarkscreate