
Oct. 28, 2016
2:13 p.m.
On Fri, Oct 28, 2016 at 7:13 AM, Barry Warsaw <barry@python.org> wrote:
You could of course support exactly the same syntax being proposed as a language change, e.g.
from operator import attrgetter r = attrgetter('b?.x?.z')
and then you wouldn't even need the `coalesce` argument.
+1 -eric