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, serhiy.storchaka, steven.daprano
Date 2021-09-03.18:57:00
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630695420.71.0.301173157149.issue45093@roundup.psfhosted.org>
In-reply-to
Content
Thank you. Another case is in round trip processing of JSON or YML. Other cases are where you would prefer an OrderedDict over a dict. 

I think the method would help clarify things because it would make it obvious that it is for ordered comparisons while the existing == does not do that.

eg. something like:
d1.compare_ordered(d2)
or:
d1.compare(d2, ordered=True)  # ordered could be by default True
History
Date User Action Args
2021-09-03 18:57:00mcaranssetrecipients: + mcarans, steven.daprano, serhiy.storchaka
2021-09-03 18:57:00mcaranssetmessageid: <1630695420.71.0.301173157149.issue45093@roundup.psfhosted.org>
2021-09-03 18:57:00mcaranslinkissue45093 messages
2021-09-03 18:57:00mcaranscreate