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, eli.bendersky, eric.smith, ethan.furman
Date 2016-05-09.00:49:19
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1462754960.38.0.732172343326.issue26981@psf.upfronthosting.co.za>
In-reply-to
Content
It would, but that's not what we did.

Currently we have _name_ and _value_; the backport uses __order__ because I didn't want the stdlib version having a hairball when someone tried to use a 2.7 Enum in 3.4 and it didn't occur to me at the time to just add and ignore _order_.
History
Date User Action Args
2016-05-09 00:49:20ethan.furmansetrecipients: + ethan.furman, barry, eric.smith, eli.bendersky
2016-05-09 00:49:20ethan.furmansetmessageid: <1462754960.38.0.732172343326.issue26981@psf.upfronthosting.co.za>
2016-05-09 00:49:20ethan.furmanlinkissue26981 messages
2016-05-09 00:49:19ethan.furmancreate