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 eric.araujo
Recipients eric.araujo, fwierzbicki
Date 2013-01-08.13:37:07
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1357652227.47.0.7014080554.issue16886@psf.upfronthosting.co.za>
In-reply-to
Content
Yes, we definitely want to eat our dogfood and stop relying on dict order, especially now that hashing is randomized.

I would argue for backporting this to stable branches.

Patch looks good.  A semi-related improvement for this bug would be to switch these doctests to proper unit tests.
History
Date User Action Args
2013-01-08 13:37:07eric.araujosetrecipients: + eric.araujo, fwierzbicki
2013-01-08 13:37:07eric.araujosetmessageid: <1357652227.47.0.7014080554.issue16886@psf.upfronthosting.co.za>
2013-01-08 13:37:07eric.araujolinkissue16886 messages
2013-01-08 13:37:07eric.araujocreate