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 carsten.klein@axn-software.de, r.david.murray
Date 2010-08-25.12:43:03
SpamBayes Score 5.0103197e-05
Marked as misclassified No
Message-id <1282740186.13.0.678103621286.issue9680@psf.upfronthosting.co.za>
In-reply-to
Content
The ordering of dictionary keys is a fundamental property of Python dictionaries (it's a hash table).  PEP 3115 provides the functionality you are looking for, your metaclass just needs to be slightly more complicated.
History
Date User Action Args
2010-08-25 12:43:06r.david.murraysetrecipients: + r.david.murray, carsten.klein@axn-software.de
2010-08-25 12:43:06r.david.murraysetmessageid: <1282740186.13.0.678103621286.issue9680@psf.upfronthosting.co.za>
2010-08-25 12:43:03r.david.murraylinkissue9680 messages
2010-08-25 12:43:03r.david.murraycreate