diff -r 9ccdb3751fbe -r 793377697c81 __init__.py --- a/__init__.py Fri Sep 12 09:49:01 2014 +0200 +++ b/__init__.py Wed Sep 24 18:04:30 2014 +0200 @@ -125,7 +125,7 @@ def __eq__(self, other): if not isinstance(other, Binary): return False - return self.getvalue(), other.getvalue() + return self.getvalue() == other.getvalue() # Binary helpers to store/fetch python objects