Message 407930 - Python tracker (original) (raw)
Message407930
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:35 | eric.smith | set | recipients: + eric.smith, mark.dickinson, steven.daprano, serhiy.storchaka, John Belmonte |
2021-12-07 12:55:35 | eric.smith | set | messageid: 1638881735.77.0.498802347903.issue45995@roundup.psfhosted.org |
2021-12-07 12:55:35 | eric.smith | link | issue45995 messages |
2021-12-07 12:55:35 | eric.smith | create |