On 13 May 2013 11:04, "Alister" <alister.w...@ntlworld.com> wrote:
> this looks to me like an issue with operator precidence
>
> you code is evaluating as (Not x) == y
> rather than not (x == y)

I can say for sure that the precedence is as expected. I always use "not
... == ..." Instead of !=.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to