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 ethan.furman, ncoghlan
Date 2013-05-12.12:34:06
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1368362046.38.0.857456457914.issue17961@psf.upfronthosting.co.za>
In-reply-to
Content
In flufl.enum integers also made since as that was the default back-end data type.

Currently, the functional method allows a type declaration.  The behavior there could be tweaked such that no specification meant no value (a truly valueless enum!), type=int means ints starting from 1, type=str meant str values of names, any other value and you better had made your own enum derived class to support it.
History
Date User Action Args
2013-05-12 12:34:06ethan.furmansetrecipients: + ethan.furman, ncoghlan
2013-05-12 12:34:06ethan.furmansetmessageid: <1368362046.38.0.857456457914.issue17961@psf.upfronthosting.co.za>
2013-05-12 12:34:06ethan.furmanlinkissue17961 messages
2013-05-12 12:34:06ethan.furmancreate