[Python-ideas] PEP 505: None-aware operators: operators ?= and ?? and OR
Greg Ewing
greg.ewing at canterbury.ac.nz
Thu Jul 19 20:37:35 EDT 2018
Nathan wrote:
> How many programmer will read "||" or "OR" as a classic "or" operator?
It will certainly confuse someone who has any C reflexes, since
"||" in C is just a boolean "or".
--
Greg
More information about the Python-ideas
mailing list