On 8 Jul, 22:32, Robert Kern <robert.k...@gmail.com> wrote:

> > What happens here? Does Python (2.6.5) have an "is not" operator?
>
> Yes. From Grammar/Grammar:
>
> comp_op: '<'|'>'|'=='|'>='|'<='|'<>'|'!='|'in'|'not' 'in'|'is'|'is' 'not'

Thanks :)

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

Reply via email to