On Sun, Jan 10, 2010 at 4:46 AM, Chris Rebert <c...@rebertia.com> wrote: <snip> > The behavior of disparate types being comparable is deprecated and has > been removed in Python 3.0+; don't rely upon it.
Clarification: Equality testing between disparate types still works unaltered however. By "comparable", I meant >, <, >=, <= comparisons. Cheers, Chris -- http://mail.python.org/mailman/listinfo/python-list