integer and string compare, is that correct?

Chris Rebert clp2 at rebertia.com
Sun Jan 10 07:48:19 EST 2010


On Sun, Jan 10, 2010 at 4:46 AM, Chris Rebert <clp2 at 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



More information about the Python-list mailing list