[Python-ideas] PEP 532: A circuit breaking operator and protocol

Adam Bartoš drekin at gmail.com
Fri Nov 11 05:48:31 EST 2016


Just a small suggestion:

wouldn't it be better to use adjectives instead of verbs for proposed
builtin names and their variants?

existing(foo) else bar
non_None(foo) else bar

instead of

exists(foo) else bar
is_not_None(foo) else bar

Regards,
Adam Bartoš
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mail.python.org/pipermail/python-ideas/attachments/20161111/54b5cb8c/attachment.html>


More information about the Python-ideas mailing list