[Python-ideas] Null coalescing operator
Random832
random832 at fastmail.com
Sat Sep 10 18:15:27 EDT 2016
More information about the Python-ideas mailing list
Sat Sep 10 18:15:27 EDT 2016
- Previous message (by thread): [Python-ideas] Null coalescing operator
- Next message (by thread): [Python-ideas] Null coalescing operator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
On Sat, Sep 10, 2016, at 13:26, Guido van Rossum wrote: > The way I recall it, we arrived at the perfect syntax (using ?) and > semantics. The issue was purely strong hesitation about whether > sprinkling ? all over your code is too ugly for Python I think that if there's "strong hesitation" about something being "too ugly" it can't really be described as "the perfect syntax". IIRC there were a couple alternatives being discussed that would have reduced the number of question marks to one [or one per object which might be None].
- Previous message (by thread): [Python-ideas] Null coalescing operator
- Next message (by thread): [Python-ideas] Null coalescing operator
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-ideas mailing list