[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 15:41:41 CET 2015


Mark Shannon added the comment:

This also breaks the col_offset for subscripts like x[y] and, of course any statement with one of these expressions as its leftmost sub-expression.

----------

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


More information about the Python-bugs-list mailing list