[Python-ideas] PEP 505 (None coalescing operators) thoughts

Greg Ewing greg.ewing at canterbury.ac.nz
Wed Sep 30 01:27:05 CEST 2015


Emile van Sebille wrote:

> x = foo nor 'foo was None'

Cute, but unfortunately it conflicts with established
usage of the word 'nor', which would suggest that
a nor b == not (a or b).

-- 
Greg


More information about the Python-ideas mailing list