Alan Isaac <[EMAIL PROTECTED]> wrote:

> currently documented behavior:
> "objects of different types always compare unequal".

Where is that documented?  URL please?

>>> 1.0 == 1
True
>>> type(1.0), type(1)
(<type 'float'>, <type 'int'>)

here, just as an example, are two objects of different types that
compare equal; therefore that "documented behavior" is flat wrong and
needs to be fixed.


Alex
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to