[Python-ideas] PEP 505: None-aware operators

Greg Ewing greg.ewing at canterbury.ac.nz
Thu Jul 19 02:06:56 EDT 2018


Chris Angelico wrote:
> I'd love to hear an explanation of WHY this doesn't look like Python
> any more. For instance, is the + operator somehow wrong for Python,
> and it should have been the word "add"?

There's a very long tradition of using the symbol "+" to
represent addition, so it's something most people are
familiar with. There's no such tradition for the new
operators being proposed.

-- 
Greg


More information about the Python-ideas mailing list