This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author asottile
Recipients Aivar.Annamaa, asottile, benjamin.peterson, carsten.klein@axn-software.de, terry.reedy
Date 2015-02-05.19:30:51
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1423164651.52.0.2125290317.issue16806@psf.upfronthosting.co.za>
In-reply-to
Content
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
```
History
Date User Action Args
2015-02-05 19:30:51asottilesetrecipients: + asottile, terry.reedy, benjamin.peterson, carsten.klein@axn-software.de, Aivar.Annamaa
2015-02-05 19:30:51asottilesetmessageid: <1423164651.52.0.2125290317.issue16806@psf.upfronthosting.co.za>
2015-02-05 19:30:51asottilelinkissue16806 messages
2015-02-05 19:30:51asottilecreate