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 ezio.melotti
Recipients ezio.melotti, singer
Date 2012-12-06.11:32:20
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1354793540.09.0.111225546151.issue16627@psf.upfronthosting.co.za>
In-reply-to
Content
That's because dicts are not ordered.  You might want to use collections.OrderedDict if the order matters to you.
History
Date User Action Args
2012-12-06 11:32:20ezio.melottisetrecipients: + ezio.melotti, singer
2012-12-06 11:32:20ezio.melottisetmessageid: <1354793540.09.0.111225546151.issue16627@psf.upfronthosting.co.za>
2012-12-06 11:32:20ezio.melottilinkissue16627 messages
2012-12-06 11:32:20ezio.melotticreate