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 benjamin.peterson
Recipients benjamin.peterson, iElectric
Date 2012-12-30.06:03:09
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1356847390.0.0.204885452242.issue16816@psf.upfronthosting.co.za>
In-reply-to
Content
You're relying on the iteration order of dictionaries being consistent. That's a bug in your program.
History
Date User Action Args
2012-12-30 06:03:10benjamin.petersonsetrecipients: + benjamin.peterson, iElectric
2012-12-30 06:03:10benjamin.petersonsetmessageid: <1356847390.0.0.204885452242.issue16816@psf.upfronthosting.co.za>
2012-12-30 06:03:09benjamin.petersonlinkissue16816 messages
2012-12-30 06:03:09benjamin.petersoncreate