> Python's None is nowhere near as bad NULL in C/C++ (the so-called "billion dollar mistake") but it's still not great. > So even if the new shortcuts were great, intuitive and very readable (which is ...
The wish for a "None-aware" operator (or operators) is longstanding within the Python community. While there is fairly widespread interest in more easily handling situations where a value needs to be ...