Message377495
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" |
|
Date |
User |
Action |
Args |
2020-09-25 18:16:58 | ethan.furman | set | recipients:
+ ethan.furman, barry, ezio.melotti, mrabarnett, eli.bendersky, serhiy.storchaka, veky |
2020-09-25 18:16:58 | ethan.furman | set | messageid: <1601057818.33.0.512199750356.issue40066@roundup.psfhosted.org> |
2020-09-25 18:16:58 | ethan.furman | link | issue40066 messages |
2020-09-25 18:16:58 | ethan.furman | create | |
|