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, gpolo, serhiy.storchaka, terry.reedy
Date 2020-09-19.19:36:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1600544218.82.0.650310547242.issue41817@roundup.psfhosted.org>
In-reply-to
Content
Several of the EventType members, such as Key, are actually tuples instead of strings.  I suspect the comma was accidentally left in place when EventType was created from a different data structure.

Switching the Enum type to the new StrEnum fixes the problem.  (It will be merged in in the next couple days.)
History
Date User Action Args
2020-09-19 19:36:58ethan.furmansetrecipients: + ethan.furman, terry.reedy, gpolo, serhiy.storchaka
2020-09-19 19:36:58ethan.furmansetmessageid: <1600544218.82.0.650310547242.issue41817@roundup.psfhosted.org>
2020-09-19 19:36:58ethan.furmanlinkissue41817 messages
2020-09-19 19:36:58ethan.furmancreate