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 ethan.furman, ezio.melotti, mrabarnett, serhiy.storchaka
Date 2020-09-14.22:05:08
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600121108.29.0.968906869143.issue41786@roundup.psfhosted.org>
In-reply-to
Content
In issue36548 - Make the repr of re flags more readable - __str__ is set to object.__str__.  Hovewer, setting __str__ to object.__str__ means that EnumMeta will replace __str__ with the first Enum's __str__ instead (Flag, in this case).

As asked in issue40066: do we want the str() and repr() to be the same, or should the str() be the plain numeric value?
History
Date User Action Args
2020-09-14 22:05:08ethan.furmansetrecipients: + ethan.furman, ezio.melotti, mrabarnett, serhiy.storchaka
2020-09-14 22:05:08ethan.furmansetmessageid: <1600121108.29.0.968906869143.issue41786@roundup.psfhosted.org>
2020-09-14 22:05:08ethan.furmanlinkissue41786 messages
2020-09-14 22:05:08ethan.furmancreate