On 2009-01-31, AJ Ostergaard wrote:

> Thanks for that but why:

>>>> '' and True
> ''

> Surely that should be False?!?

It is:

#v+
>>> bool('' and True)
False
#v-



Bernd

-- 
No time toulouse
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to