July 26, 2019
12:24 p.m.
Steven D'Aprano wrote:
But the basic semantics hasn't really changed: two (multi)sets of values are equal if they have the same individual values, regardless of order.
Why regardless of order? Dicts have an ordering nowadays. Why shouldn't that ordering be reflected in the algorithm for comparing their values()? -- Greg