[Python-Dev] Boolean transition (original) (raw)
Tim Peters tim.one@comcast.net
Sat, 09 Mar 2002 21:41:26 -0500
- Previous message: [Python-Dev] Boolean transition
- Next message: [Python-Dev] Boolean transition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
[David Abrahams]
This rubs my expectations the right way. Does it foreshadow the introduction of boolean operators (e.g. &, |, &&, ||)?
Python already has & | ^, and Guido's PEP already specifies that bools overload them to map bool X bool -> bool.
- Previous message: [Python-Dev] Boolean transition
- Next message: [Python-Dev] Boolean transition
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]