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 mcarans
Recipients mcarans
Date 2021-09-03.04:13:12
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630642392.86.0.263268758429.issue45093@roundup.psfhosted.org>
In-reply-to
Content
I suggest adding a method that allows comparing dicts taking into account the order - an ordered compare (since == does not do that).

(Also for my other issue (https://bugs.python.org/issue45092) where I suggested that set be ordered to reduce confusion, the set could also have an ordered compare).
History
Date User Action Args
2021-09-03 04:13:12mcaranssetrecipients: + mcarans
2021-09-03 04:13:12mcaranssetmessageid: <1630642392.86.0.263268758429.issue45093@roundup.psfhosted.org>
2021-09-03 04:13:12mcaranslinkissue45093 messages
2021-09-03 04:13:12mcaranscreate