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 ethan.furman
Recipients christian.heimes, ethan.furman, vitaly.krug
Date 2021-04-20.14:44:22
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1618929862.19.0.786262508403.issue33025@roundup.psfhosted.org>
In-reply-to
Content
Actually, I think it uses str().  An easy fix would be to use format() for all non-bytes objects instead -- the question then becomes how many objects (besides Enums with mixed-in data types) have a different str() vs format() display?
History
Date User Action Args
2021-04-20 14:44:22ethan.furmansetrecipients: + ethan.furman, christian.heimes, vitaly.krug
2021-04-20 14:44:22ethan.furmansetmessageid: <1618929862.19.0.786262508403.issue33025@roundup.psfhosted.org>
2021-04-20 14:44:22ethan.furmanlinkissue33025 messages
2021-04-20 14:44:22ethan.furmancreate