[Python-Dev] For review: PEP 285: Adding a bool type (original) (raw)
Martin v. Loewis martin@v.loewis.de
08 Mar 2002 18:51:59 +0100
- Previous message: [Python-Dev] For review: PEP 285: Adding a bool type
- Next message: [Python-Dev] For review: PEP 285: Adding a bool type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] For review: PEP 285: Adding a bool type
- Next message: [Python-Dev] For review: PEP 285: Adding a bool type
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]