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 cool-RR
Recipients barry, cool-RR, pitrou
Date 2014-09-27.16:08:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1411834124.87.0.959975980264.issue22504@psf.upfronthosting.co.za>
In-reply-to
Content
My particular use case is that I have objects with a tuple of enum objects to each, and I want the tuple to be in canonical order rather than random, for convenience.

I can easily use a subclass, but I think it's general enough functionality for it to be included in the standard library.
History
Date User Action Args
2014-09-27 16:08:44cool-RRsetrecipients: + cool-RR, barry, pitrou
2014-09-27 16:08:44cool-RRsetmessageid: <1411834124.87.0.959975980264.issue22504@psf.upfronthosting.co.za>
2014-09-27 16:08:44cool-RRlinkissue22504 messages
2014-09-27 16:08:44cool-RRcreate