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 cool-RR
Recipients barry, cool-RR, eli.bendersky, ethan.furman
Date 2014-09-27.17:04:21
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411837461.4.0.840373690018.issue22505@psf.upfronthosting.co.za>
In-reply-to
Content
> Enum members are also defined to be unordered, so their serial number is meaningless.

Are you sure? The documentation says "Enumerations support iteration, in definition order" and shows how `tuple(MyEnum)` outputs the values in definition order.


> Likewise, member.number is also a misnomer in this case:

I don't understand why it's a misnomer in the case you showed.
History
Date User Action Args
2014-09-27 17:04:21cool-RRsetrecipients: + cool-RR, barry, eli.bendersky, ethan.furman
2014-09-27 17:04:21cool-RRsetmessageid: <1411837461.4.0.840373690018.issue22505@psf.upfronthosting.co.za>
2014-09-27 17:04:21cool-RRlinkissue22505 messages
2014-09-27 17:04:21cool-RRcreate