Carsten Haese wrote:
.......
> 
> Where/how did you search? http://docs.python.org/lib/typesseq.html
> states unambiguously that "x in s" returns "True if an item of s is
> equal to x, else False"
.....

exactly and I see

 >>> 0==False
True
 >>>

so I guess nothing is wrong :)
-- 
Robin Becker
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to