b6e9db3 python3: don't use real equality for ResultRow comparison

Authored and Committed by adamwill 8 years ago
    python3: don't use real equality for ResultRow comparison
    
    Turns out it's a bad idea to override __eq__ in a class that
    also wants to be hashable. Let's just avoid that whole scene
    and have a pseudo-equality method (`matches()`) instead.
    
        
file modified
+9 -12
file modified
+1 -1