[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
- Previous message (by thread): [Python-Dev] What's the status of PEP 505: None-aware operators?
- Next message (by thread): [Python-Dev] What's the status of PEP 505: None-aware operators?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): [Python-Dev] What's the status of PEP 505: None-aware operators?
- Next message (by thread): [Python-Dev] What's the status of PEP 505: None-aware operators?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]