[issue18370] ast.parse produces -1 as col_offset for triple-quoted strings

2013-07-05 Thread Aivar Annamaa
Aivar Annamaa added the comment: Didn't notice before: the lineno attribute is also wrong -- ___ Python tracker ___ ___ Python-bugs-li

[issue18370] ast.parse produces -1 as col_offset for triple-quoted strings

2013-07-05 Thread Aivar Annamaa
New submission from Aivar Annamaa: AST nodes for triple-quoted strings have -1 in col_offset field, as presented in the attached file. -- components: Interpreter Core files: col_offset_bug.py messages: 192355 nosy: Aivar.Annamaa priority: normal severity: normal status: open title: ast.