[issue18370] ast.parse produces wrong lineno and col_offset for triple-quoted strings

2013-07-06 Thread Brett Cannon
Changes by Brett Cannon : -- superseder: -> col_offset is -1 and lineno is wrong for multiline string expressions ___ Python tracker ___ ___

[issue18370] ast.parse produces wrong lineno and col_offset for triple-quoted strings

2013-07-06 Thread Aivar Annamaa
Aivar Annamaa added the comment: Seems this issue is a duplicate of http://bugs.python.org/issue16806 -- resolution: -> duplicate status: open -> closed ___ Python tracker ___ _

[issue18370] ast.parse produces wrong lineno and col_offset for triple-quoted strings

2013-07-05 Thread Aivar Annamaa
Changes by Aivar Annamaa : -- title: ast.parse produces -1 as col_offset for triple-quoted strings -> ast.parse produces wrong lineno and col_offset for triple-quoted strings ___ Python tracker ___