SF patch #421922: Implement rich comparison for dicts.
d1 == d2 and d1 != d2 now work even if the keys and values in d1 and d2 don't support comparisons other than ==, and testing dicts for equality is faster now (especially when inequality obtains).
T
Tim Peters committed
e63415ead8aeaaf072142c177a71b5a3e3327187
Parent: 66a7e57