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:43:05
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1562024585.66.0.981930448316.issue37479@roundup.psfhosted.org>
In-reply-to
Content
related cPython code: https://github.com/python/cpython/blob/19a1e1eb86115db66c1faae5927f87e3a12692fc/Lib/enum.py#L626

If we're in a mixed-in class but the class has overridden __str__(), we should probably use str(self) instead of self._value_.
History
Date User Action Args
2019-07-01 23:43:05jason.curtissetrecipients: + jason.curtis
2019-07-01 23:43:05jason.curtissetmessageid: <1562024585.66.0.981930448316.issue37479@roundup.psfhosted.org>
2019-07-01 23:43:05jason.curtislinkissue37479 messages
2019-07-01 23:43:05jason.curtiscreate