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 r.david.murray
Recipients abarry, eric.snow, lig, r.david.murray, rhettinger, zach.ware
Date 2015-10-05.18:31:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1444069897.55.0.134205349265.issue25315@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, that would be correct.  OrderedDict is designed to keep things in insertion order, so supporting changing that order is not part of its mission.  Sorry about that, you'll have to write your own class.

Now, Raymond might find the idea of supporting other orders interesting.  If so I'm sure he'll comment on the issue eventually.
History
Date User Action Args
2015-10-05 18:31:37r.david.murraysetrecipients: + r.david.murray, rhettinger, eric.snow, zach.ware, abarry, lig
2015-10-05 18:31:37r.david.murraysetmessageid: <1444069897.55.0.134205349265.issue25315@psf.upfronthosting.co.za>
2015-10-05 18:31:37r.david.murraylinkissue25315 messages
2015-10-05 18:31:37r.david.murraycreate