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 r.david.murray
Recipients barry, eli.bendersky, ethan.furman, neologix, pitrou, r.david.murray
Date 2014-05-01.19:27:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1398972445.57.0.239950356515.issue21406@psf.upfronthosting.co.za>
In-reply-to
Content
This is why we should have had named constants and not Enums :)

But no, nothing in the python Enum implementation restricts it to a value *range*.  It is really a collection of named constants.
History
Date User Action Args
2014-05-01 19:27:25r.david.murraysetrecipients: + r.david.murray, barry, pitrou, eli.bendersky, neologix, ethan.furman
2014-05-01 19:27:25r.david.murraysetmessageid: <1398972445.57.0.239950356515.issue21406@psf.upfronthosting.co.za>
2014-05-01 19:27:25r.david.murraylinkissue21406 messages
2014-05-01 19:27:25r.david.murraycreate