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.14:59:41
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411829981.85.0.261386871342.issue22505@psf.upfronthosting.co.za>
In-reply-to
Content
Right now I want it for this: 

http://bugs.python.org/issue22504

Another use case I can think of is that if you store enum values in a database, you're probably using an int field and you'd want to easily convert between an enum and it's int value.
History
Date User Action Args
2014-09-27 14:59:41cool-RRsetrecipients: + cool-RR, barry, eli.bendersky, ethan.furman
2014-09-27 14:59:41cool-RRsetmessageid: <1411829981.85.0.261386871342.issue22505@psf.upfronthosting.co.za>
2014-09-27 14:59:41cool-RRlinkissue22505 messages
2014-09-27 14:59:41cool-RRcreate