[Python-Dev] Boolean transition (original) (raw)
Samuele Pedroni pedroni@inf.ethz.ch
Mon, 11 Mar 2002 03:38:58 +0100
- Previous message: [Python-Dev] Boolean transition
- Next message: [Python-Dev] Boolean transition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
From: Samuele Pedroni <pedroni@inf.ethz.ch>
if : ... etc
Which correspond to the idioms:
if counter: ...
if flag: ...
which ideally should change even with the proposal
to have type(flag) is bool
if bit: if bits&bitmasks: ...
etc.
regards.
- Previous message: [Python-Dev] Boolean transition
- Next message: [Python-Dev] Boolean transition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]