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, ezio.melotti, mrabarnett, serhiy.storchaka, veky
Date 2020-09-25.18:16:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1601057818.33.0.512199750356.issue40066@roundup.psfhosted.org>
In-reply-to
Content
At this point, the PR has made the following changes:

- normal Enums
  - repr() -> "classname.membername"
  - str()  -> "membername"

- stdlib Enums available as module attributes (RegexFlag, AddressFamily, etc.)
  - repr() -> "modulename.membername"
  - str()  -> "membername"
History
Date User Action Args
2020-09-25 18:16:58ethan.furmansetrecipients: + ethan.furman, barry, ezio.melotti, mrabarnett, eli.bendersky, serhiy.storchaka, veky
2020-09-25 18:16:58ethan.furmansetmessageid: <1601057818.33.0.512199750356.issue40066@roundup.psfhosted.org>
2020-09-25 18:16:58ethan.furmanlinkissue40066 messages
2020-09-25 18:16:58ethan.furmancreate