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 John Hagen, barry, eli.bendersky, ethan.furman
Date 2016-07-09.16:19:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1468081168.55.0.0613228365199.issue26988@psf.upfronthosting.co.za>
In-reply-to
Content
A standard feature of Enum is that either space separated strings or a list of strings is accepted any where either is.

_sunder_ names are the ones reserved for Enum use (such as _value_, _name_, and soon _order_ (for py2/py3 compatible code).
History
Date User Action Args
2016-07-09 16:19:28ethan.furmansetrecipients: + ethan.furman, barry, eli.bendersky, John Hagen
2016-07-09 16:19:28ethan.furmansetmessageid: <1468081168.55.0.0613228365199.issue26988@psf.upfronthosting.co.za>
2016-07-09 16:19:28ethan.furmanlinkissue26988 messages
2016-07-09 16:19:28ethan.furmancreate