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 pitrou
Recipients barry, eli.bendersky, ethan.furman, gvanrossum, pitrou
Date 2016-04-13.17:53:55
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1460570035.67.0.523019957422.issue26748@psf.upfronthosting.co.za>
In-reply-to
Content
Just reading the code now, the reason is that EnumMeta pretends to be a collection (it defines a __len__ and an __iter__).
History
Date User Action Args
2016-04-13 17:53:55pitrousetrecipients: + pitrou, gvanrossum, barry, eli.bendersky, ethan.furman
2016-04-13 17:53:55pitrousetmessageid: <1460570035.67.0.523019957422.issue26748@psf.upfronthosting.co.za>
2016-04-13 17:53:55pitroulinkissue26748 messages
2016-04-13 17:53:55pitroucreate