2009/1/31 AJ Ostergaard <a...@cubbyhole.net>:
> Hi Ralf,
>
> Thanks for that but why:
>
>>>> '' and True
> ''
>
> Surely that should be False?!?
>
> Regards,
> AJ
>
>
see the docs:
http://docs.python.org/reference/expressions.html#boolean-operations

"The expression x and y first evaluates x; if x is false, its value is
returned; otherwise, y is evaluated and the resulting value is
returned."

hth,
  vbr
--
http://mail.python.org/mailman/listinfo/python-list

Reply via email to