[Python-Dev] What's the status of PEP 505: None-aware operators? (original) (raw)

Ethan Furman ethan at stoneleaf.us
Tue Nov 28 15:57:02 EST 2017


On 11/28/2017 12:31 PM, Raymond Hettinger wrote:

timeout ?? localtimeout ?? globaltimeout 'foo' in (None ?? ['foo', 'bar']) requestedquantity ?? defaultquantity * price name?.strip()[4:].upper() user?.firstname.upper()

Cryptic, indeed.

-1 from me.

-- Ethan



More information about the Python-Dev mailing list