Question about isinstance()

bruno at modulix onurb at xiludom.gro
Fri Jan 27 04:20:19 EST 2006


Dave Benjamin wrote:
(snip)

> You *could* have "b.__eq__" just call "a.__eq__", 

Which could lead to strange results (well, actually a good ole infinite
recursion) if b.__eq__ happens to call b.__eq__ too !-)


-- 
bruno desthuilliers
python -c "print '@'.join(['.'.join([w[::-1] for w in p.split('.')]) for
p in 'onurb at xiludom.gro'.split('@')])"



More information about the Python-list mailing list