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 Wicken, eric.smith, serhiy.storchaka
Date 2019-11-01.12:20:17
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1572610817.73.0.740845543016.issue38657@roundup.psfhosted.org>
In-reply-to
Content
int.__format__ inherits this from %-formatting, which inherits it from C's printf.

There's no way we're going to change this at this point: the breakage would be too great. So, I'm going to reject this.
History
Date User Action Args
2019-11-01 12:20:17eric.smithsetrecipients: + eric.smith, serhiy.storchaka, Wicken
2019-11-01 12:20:17eric.smithsetmessageid: <1572610817.73.0.740845543016.issue38657@roundup.psfhosted.org>
2019-11-01 12:20:17eric.smithlinkissue38657 messages
2019-11-01 12:20:17eric.smithcreate