![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: test whether 2 objects are equal
From: Fredrik Lundh <fredrik@pythonware.com>
Date: Tue Jan 31 2006 - 11:08:44 CET
Yves Glodt wrote
> I need to compare 2 instances of objects to see whether they are equal
you haven't told Python how you want Test instances to be compared.
http://docs.python.org/ref/comparisons.html
http://docs.python.org/ref/customization.html
</F>
|