Anthony Sottile added the comment: Any updates on this? I'm running into this as well (still a problem in 3.4)
```$ python3.4 Python 3.4.2 (default, Oct 11 2014, 17:59:27) [GCC 4.4.3] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import ast >>> ast.parse("""'''foo\n'''""").body[0].value.col_offset -1 ``` ---------- _______________________________________ Python tracker <rep...@bugs.python.org> <http://bugs.python.org/issue16806> _______________________________________ _______________________________________________ Python-bugs-list mailing list Unsubscribe: https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com