Steven D'Aprano <[email protected]> writes: > Incorrect. bools *are* ints in Python, beyond any doubt.
Python 2.6.2 (r262:71600, Jun 4 2010, 18:28:58)
>>> type(3)==type(True)
False
--
http://mail.python.org/mailman/listinfo/python-list
