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, pitrou
Date 2014-09-27.15:35:36
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411832136.71.0.761241271922.issue22504@psf.upfronthosting.co.za>
In-reply-to
Content
Just because I want to be able to get the `int` value of an enum object, doesn't mean I want the enum object to *be* an `int`, which is what `IntEnum` means. I don't want it to be comparable to an int, I don't want to use arithmetic on it, and most importantly I don't want it to be equal to an enum object of a different type that happens to have the same int.
History
Date User Action Args
2014-09-27 15:35:36cool-RRsetrecipients: + cool-RR, barry, pitrou
2014-09-27 15:35:36cool-RRsetmessageid: <1411832136.71.0.761241271922.issue22504@psf.upfronthosting.co.za>
2014-09-27 15:35:36cool-RRlinkissue22504 messages
2014-09-27 15:35:36cool-RRcreate