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 eric.smith
Recipients barry, eli.bendersky, eric.smith, ethan.furman
Date 2016-05-09.00:26:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462753598.34.0.720536474666.issue26981@psf.upfronthosting.co.za>
In-reply-to
Content
Doesn't namedtuple use _fields (as opposed to _fields_) for a similar purpose? Would Enum using _order be more consistent with that?
History
Date User Action Args
2016-05-09 00:26:38eric.smithsetrecipients: + eric.smith, barry, eli.bendersky, ethan.furman
2016-05-09 00:26:38eric.smithsetmessageid: <1462753598.34.0.720536474666.issue26981@psf.upfronthosting.co.za>
2016-05-09 00:26:38eric.smithlinkissue26981 messages
2016-05-09 00:26:37eric.smithcreate