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 jason.curtis
Recipients jason.curtis
Date 2019-07-01.23:26:59
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562023619.61.0.764593146744.issue37479@roundup.psfhosted.org>
In-reply-to
Content
I mistyped - __str__ can be overridden effectively, but __format__ has to be overridden instead or overridden also to get the desired f-string behavior.
History
Date User Action Args
2019-07-01 23:26:59jason.curtissetrecipients: + jason.curtis
2019-07-01 23:26:59jason.curtissetmessageid: <1562023619.61.0.764593146744.issue37479@roundup.psfhosted.org>
2019-07-01 23:26:59jason.curtislinkissue37479 messages
2019-07-01 23:26:59jason.curtiscreate