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 JulienPalard, Mariatta, aeros, docs@python, eric.smith, fdrake
Date 2019-10-03.00:49:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1570063796.68.0.583659482227.issue38351@roundup.psfhosted.org>
In-reply-to
Content
I definitely think we should not modify any code in the stdlib just to switch to f-strings.

I think the code examples in the docs would benefit from a consistent style, and since f-strings are the least verbose way to format strings, I'd endorse using them except where .format or %-formatting is the point of the example.

I agree with Fred that hearing from Julien would be helpful.
History
Date User Action Args
2019-10-03 00:49:56eric.smithsetrecipients: + eric.smith, fdrake, docs@python, JulienPalard, Mariatta, aeros
2019-10-03 00:49:56eric.smithsetmessageid: <1570063796.68.0.583659482227.issue38351@roundup.psfhosted.org>
2019-10-03 00:49:56eric.smithlinkissue38351 messages
2019-10-03 00:49:56eric.smithcreate