Duncan Booth <[EMAIL PROTECTED]> writes:
> >   status = not (False in list)
> 
> That is an equality test, not an identity test:
> 
> >>> False in [0]
> True

Arrggggh!  Strongly typed language, my eye ;-)  Thanks.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to