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 ncoghlan
Recipients christian.heimes, ncoghlan, rhettinger, serhiy.storchaka, vstinner
Date 2013-11-21.23:10:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <CADiSq7c6bjPz03Y78u91vO0yp8NRSiYzfzbU5WnZ2PYeO5LhWQ@mail.gmail.com>
In-reply-to <CADiSq7eHwyT2aCf=zhMPVDfz5Y0+Gmfp2aXRNtQyy5LzFMmoEw@mail.gmail.com>
Content
And actually re-reading the existing code to see it already works that
way... how can two dicts with the same keys, without any extra keys being
added and deleted in either have different iteration orders? If it's just a
matter of copying the original dict changing the order, then we should be
able to restore consistency by copying it when building the expected repr
as well.
History
Date User Action Args
2013-11-21 23:10:51ncoghlansetrecipients: + ncoghlan, rhettinger, vstinner, christian.heimes, serhiy.storchaka
2013-11-21 23:10:51ncoghlanlinkissue19681 messages
2013-11-21 23:10:51ncoghlancreate