Message390976
Thank you for the feedback.
The new str() and repr() make more sense for Flag-based enumerations, and I'm hesitant to have different formats for Enum- vs Flag-based enums.
Would it be helpful to have another base Enum class to derive from that maintained the original str() and repr() formats? |
|
| Date |
User |
Action |
Args |
| 2021-04-13 16:44:06 | ethan.furman | set | recipients:
+ ethan.furman, barry, rhettinger, scoder, ezio.melotti, mrabarnett, eli.bendersky, serhiy.storchaka, The Compiler, veky |
| 2021-04-13 16:44:06 | ethan.furman | set | messageid: <[email protected]> |
| 2021-04-13 16:44:05 | ethan.furman | link | issue40066 messages |
| 2021-04-13 16:44:05 | ethan.furman | create | |
|