Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Some comparison operators gone in Python 3.0?

0 views
Skip to first unread message

wxPyt...@gmail.com

unread,
May 13, 2008, 5:34:03 AM5/13/08
to
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?

Marco Mariani

unread,
May 13, 2008, 5:43:13 AM5/13/08
to
wxPyt...@gmail.com wrote:

Nope.

Gabriel Genellina

unread,
May 13, 2008, 6:18:15 AM5/13/08
to pytho...@python.org

May I ask *where* did you read that crazy idea?

--
Gabriel Genellina

George Sakkis

unread,
May 13, 2008, 6:55:37 AM5/13/08
to
On May 13, 6:18 am, "Gabriel Genellina" <gagsl-...@yahoo.com.ar>
wrote:

> En Tue, 13 May 2008 06:34:03 -0300, <wxPytho...@gmail.com> 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

alex23

unread,
May 13, 2008, 7:13:01 AM5/13/08
to
On May 13, 8:18 pm, "Gabriel Genellina" <gagsl-...@yahoo.com.ar>
wrote:

> May I ask *where* did you read that crazy idea?

Grant Edwards outlines his past behaviour here:
http://groups.google.com/group/comp.lang.python/msg/27553bd56827dc0f

Given that all nine of his postings have inflammatory topics, he's
beginning to sound like a troll.

Gabriel Genellina

unread,
May 13, 2008, 7:25:02 AM5/13/08
to pytho...@python.org

Ah! Thanks. I didn't recognize him.

--
Gabriel Genellina

Marco Mariani

unread,
May 13, 2008, 8:13:35 AM5/13/08
to
alex23 wrote:

> Given that all nine of his postings have inflammatory topics, he's
> beginning to sound like a troll.

Thank you, I couldn't decide if he was silly or nasty.
Now I know he's both.


0 new messages