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 tarek
Recipients jedie, tarek
Date 2008-07-10.14:06:09
SpamBayes Score 0.020886434
Marked as misclassified No
Message-id <1215698771.1.0.999853528981.issue3332@psf.upfronthosting.co.za>
In-reply-to
Content
This is not a bug: dict do not guarantee the ordering of the keys, so it
may change on every run.

A good practice is to test a sorted .items() output of your dict in your
doctest.
History
Date User Action Args
2008-07-10 14:06:11tareksetspambayes_score: 0.0208864 -> 0.020886434
recipients: + tarek, jedie
2008-07-10 14:06:11tareksetspambayes_score: 0.0208864 -> 0.0208864
messageid: <1215698771.1.0.999853528981.issue3332@psf.upfronthosting.co.za>
2008-07-10 14:06:09tareklinkissue3332 messages
2008-07-10 14:06:09tarekcreate