[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 rep...@bugs.python.org http://bugs.python.org/issue18370

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

2013-07-06 Thread Brett Cannon
Changes by Brett Cannon br...@python.org: -- superseder: - col_offset is -1 and lineno is wrong for multiline string expressions ___ Python tracker rep...@bugs.python.org http://bugs.python.org/issue18370 ___

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

2013-07-05 Thread Aivar Annamaa
Changes by Aivar Annamaa aivar.anna...@gmail.com: -- 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 rep...@bugs.python.org