The only methods I do have in class is __init__ and __str__.
How ever inst1 and inst2 is coming from a dictionary where I stored
them with a unique id.

inst1 = stored[id]
inst2 = stored[id]

Is this makes a difference? I will rip down the piece of code giving
me problem and post.
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to