[Python-Dev] For review: PEP 285: Adding a bool type

Guido van Rossum guido@python.org
Fri, 08 Mar 2002 13:44:17 -0500


> I would prefer these constants to be named "true" and "false",
> respectively.

But all other built-in constants have an initial capital letter: None,
NotImplemented, Ellipsis, ...

--Guido van Rossum (home page: http://www.python.org/~guido/)