Summary of None-aware operators being considered for Python. For example, “obj?.attr” which would be None if obj is None, rather than an AttributeError being raised. I hate the idea of this being added - I hope it never does. Partly for some of the reasons in the article and partly because it’s unnecessary complexity.

Tony Meyer @tonyandrewmeyer