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 eric.smith, jason.curtis
Date 2019-07-02.00:38:40
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562027921.05.0.382847886802.issue37479@roundup.psfhosted.org>
In-reply-to
Content
Note that this isn't really related to f-strings, except that they use the __format__ protocol, as does str.__format__.

>>> format(myIntEnum.x)
'1'
History
Date User Action Args
2019-07-02 00:38:41eric.smithsetrecipients: + eric.smith, jason.curtis
2019-07-02 00:38:41eric.smithsetmessageid: <1562027921.05.0.382847886802.issue37479@roundup.psfhosted.org>
2019-07-02 00:38:41eric.smithlinkissue37479 messages
2019-07-02 00:38:40eric.smithcreate