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 barry, eli.bendersky, ethan.furman, serhiy.storchaka, terry.reedy
Date 2020-09-22.14:01:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600783260.14.0.116836924723.issue41816@roundup.psfhosted.org>
In-reply-to
Content
From Serhiy Storchaka:
---------------------
The only exception is StrEnum -- overriding __str__ of str
subclass may be not safe. Some code will call str() implicitly, other
will read the string content of the object directly, and they will be
different.
History
Date User Action Args
2020-09-22 14:01:00ethan.furmansetrecipients: + ethan.furman, barry, terry.reedy, eli.bendersky, serhiy.storchaka
2020-09-22 14:01:00ethan.furmansetmessageid: <1600783260.14.0.116836924723.issue41816@roundup.psfhosted.org>
2020-09-22 14:01:00ethan.furmanlinkissue41816 messages
2020-09-22 14:01:00ethan.furmancreate