On May 13, 6:18 am, "Gabriel Genellina" <[EMAIL PROTECTED]>
wrote:
> En Tue, 13 May 2008 06:34:03 -0300, <[EMAIL PROTECTED]> escribió:
>
> > Is that true that this comparison operators are gone in Python 3.0:
>
> > <    (is less than)
> >>    (is greater than)
> > <= (is less than or equals)
> >> = (is greater than or equals)
>
> > Is it true?
>
> May I ask *where* did you read that crazy idea?

My guess is that he heard about the TypeErrors to be raised when
comparing values of different types and he misinterpreted it,
deliberately or not.

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

Reply via email to