keirr wrote: > [EMAIL PROTECTED] wrote: > > Aren't there boolean literals for "True" and "False" in Python > > >>> True != False > True > >>> type(True) > <type 'bool'> > > works for most people :-) > Ahem, who use python. For jython this looks like >>> True != False 1 >>> type(True) <type 'int'>
Keir. -- http://mail.python.org/mailman/listinfo/python-list