[New-bugs-announce] [issue45093] Add method to compare dicts accounting for order

Michael Rans report at bugs.python.org
Fri Sep 3 00:13:12 EDT 2021


New submission from Michael Rans <mcarans at yahoo.co.uk>:

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).

----------
messages: 400975
nosy: mcarans
priority: normal
severity: normal
status: open
title: Add method to compare dicts accounting for order
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue45093>
_______________________________________


More information about the New-bugs-announce mailing list