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 rhettinger
Recipients rhettinger, socketpair
Date 2021-04-01.16:59:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1617296391.96.0.440591899659.issue43691@roundup.psfhosted.org>
In-reply-to
Content
Unfortunately, the existing behaviors are guaranteed and cannot be changing without breaking code — the OrderedDict class was designed to be mostly substitutable for regular dicts in existing code.

Personally, I think it would have been better if OrderedDict equality always worked the same way a dict equality, but I was overruled and that ship sailed long ago.  It is what it is.
History
Date User Action Args
2021-04-01 16:59:51rhettingersetrecipients: + rhettinger, socketpair
2021-04-01 16:59:51rhettingersetmessageid: <1617296391.96.0.440591899659.issue43691@roundup.psfhosted.org>
2021-04-01 16:59:51rhettingerlinkissue43691 messages
2021-04-01 16:59:51rhettingercreate