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 ethan.furman
Recipients barry, dkorchem, eli.bendersky, ethan.furman
Date 2014-06-10.23:15:56
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1402442157.1.0.47702653005.issue21706@psf.upfronthosting.co.za>
In-reply-to
Content
That is certainly nicer than the current idiom:

  Animal = Enum('Animal', zip('ant bee cat dog'.split(), range(4)))
History
Date User Action Args
2014-06-10 23:15:57ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, dkorchem
2014-06-10 23:15:57ethan.furmansetmessageid: <1402442157.1.0.47702653005.issue21706@psf.upfronthosting.co.za>
2014-06-10 23:15:57ethan.furmanlinkissue21706 messages
2014-06-10 23:15:56ethan.furmancreate