Paul Rubin a écrit :
> 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.

We're quite a few to still think that the introduction of a boolean type 
in Python was perhaps not such a great idea.
-- 
http://mail.python.org/mailman/listinfo/python-list

Reply via email to