[issue21295] Python 3.4 gives wrong col_offset for Call nodes returned from ast.parse

Mark Shannon report at bugs.python.org
Mon Feb 2 13:23:40 CET 2015


Mark Shannon added the comment:

It is now very hard to determine accurate locations for an expression such as (x+y).attr as the column offset of leftmost subexpression of the expression is not the same as the column offset of the location.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue21295>
_______________________________________


More information about the Python-bugs-list mailing list