On Thu, Jul 25, 2019 at 4:01 AM Rob Cliffe via Python-Dev <python-dev@python.org> wrote:
I considered an alternative: return True if the underlying dicts were
identical or equal, and raise an Exception otherwise.
But I soon decided that this was a terrible idea: it could hide a bug by
making faulty code work intermittently.
Apologies for doubtless belabouring the blindingly obvious (but then
again, if I don't mention this possibility, maybe someone even more
idiotic than me will suggest it ).


Whatever made you think I'd do that?