> beasts. It can get even worse: I can define an object (in C++ as well as in > python) that is not even equal to itself. Not that I felt the need for that > so far.... hehe... now you've picked my curiosity... how? ps. def __eq__(self, other): return False does not count !