[Python-ideas] [Python-Dev] What's the status of PEP 505: None-aware operators?

Nick Coghlan ncoghlan at gmail.com
Wed Nov 29 07:41:23 EST 2017


On 29 November 2017 at 22:38, Stephan Houben <stephanh42 at gmail.com> wrote:
> What about more English-like syntax:
>
> X or else Y

The problem with constructs like this is that they look like they
should mean the same thing as "X or Y".

Cheers,
Nick.

-- 
Nick Coghlan   |   ncoghlan at gmail.com   |   Brisbane, Australia


More information about the Python-ideas mailing list