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 John Belmonte, eric.smith, mark.dickinson, serhiy.storchaka, steven.daprano
Date 2021-12-07.12:55:35
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1638881735.77.0.498802347903.issue45995@roundup.psfhosted.org>
In-reply-to
Content
%-formatting already doesn't support some formats that float.__format__ does, for example ','.

So I agree we shouldn't modify %-formatting. I don't have much of an opinion on whether changing __format__ is a good idea or not.
History
Date User Action Args
2021-12-07 12:55:35eric.smithsetrecipients: + eric.smith, mark.dickinson, steven.daprano, serhiy.storchaka, John Belmonte
2021-12-07 12:55:35eric.smithsetmessageid: <1638881735.77.0.498802347903.issue45995@roundup.psfhosted.org>
2021-12-07 12:55:35eric.smithlinkissue45995 messages
2021-12-07 12:55:35eric.smithcreate