LizardBlizzard
LizardBlizzard
I didn't expect an old PR to have all the fixes I just wrote and more, why is this not merged to master?
I think this issue extends beyond dictionaries. I am doing something similar with objects and also getting "values_changed" instead of "iterable_item_added" and "iterable_item_removed" entries: ```Python from pprint import pprint from...
The `iterable_compare_func` function is not called when you set `ignore_order` parameter to `True` from what I know