Some comparison operators gone in Python 3.0?

wxPythoner at gmail.com wxPythoner at gmail.com
Tue May 13 05:34:03 EDT 2008


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?



More information about the Python-list mailing list