Tuple assignment and generators?

vdrab stijndesaeger at gmail.com
Fri May 5 05:09:31 EDT 2006


> 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 !




More information about the Python-list mailing list