No Boolean type in "types"

Thomas Mangin thomasm at legend.co.uk
Tue Jun 13 06:55:05 EDT 2000


Hello,

Can someone explain me why the module "types" have no boolean type defined ?

true = (0==0)
false = (not true)

BooleanType = type(0==0)

Thank you

Thomas






More information about the Python-list mailing list