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, steven.daprano
Date 2021-09-03.05:05:48
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1630645548.82.0.99172982601.issue45093@roundup.psfhosted.org>
In-reply-to
Content
My use case is in testing. Currently I use an OrderedDict, but since dict introduced ordering in 3.7, I was considering switching. For my test, I need to check that the dictionary is the same both in content and order. I can indeed use your one liner, but just thought it would be useful to have a method available.
History
Date User Action Args
2021-09-03 05:05:48mcaranssetrecipients: + mcarans, steven.daprano
2021-09-03 05:05:48mcaranssetmessageid: <1630645548.82.0.99172982601.issue45093@roundup.psfhosted.org>
2021-09-03 05:05:48mcaranslinkissue45093 messages
2021-09-03 05:05:48mcaranscreate