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

Martin v. Loewis martin@v.loewis.de
08 Mar 2002 18:51:59 +0100


Guido van Rossum <guido@python.org> writes:

>     This PEP proposes the introduction of a new built-in type, bool,
>     with two constants, False and True.  

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

Regards,
Martin