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 Peter Tönz
Recipients Dutcho, Peter Tönz, RJ722, barry, eli.bendersky, ethan.furman
Date 2019-05-08.14:57:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <[email protected]>
In-reply-to
Content
I use python 3.8.0a3 to make our testframework ready for the future.

Is it volitional that the Expression "if int in IntEnum:" raise also a TypeError?
History
Date User Action Args
2019-05-08 14:57:58Peter Tönzsetrecipients: + Peter Tönz, barry, eli.bendersky, ethan.furman, Dutcho, RJ722
2019-05-08 14:57:58Peter Tönzsetmessageid: <[email protected]>
2019-05-08 14:57:58Peter Tönzlinkissue33217 messages
2019-05-08 14:57:58Peter Tönzcreate