On 5/13/2013 1:26 PM, Fábio Santos wrote:
On 13 May 2013 11:04, "Alister" <alister.w...@ntlworld.com <mailto: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 !=.
If you don't mind my asking, why do you do that? --Ned.
-- http://mail.python.org/mailman/listinfo/python-list