Terry J. Reedy <tjre...@udel.edu> added the comment:

FWIW, I find the current behavior for attributes to be surprising, to the point 
where at first glance it almost looks like a bug. Which is to say, I would have 
expected 'col' to point to the first non-whitespace column after the '.'. If 
there are multiple attributes, a.b.c.d, then to me, each node should point to 
its appropriate place, just as with a[b][c].

----------

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue10769>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to