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 karamanolev
Recipients Aivar.Annamaa, asottile, benjamin.peterson, carsten.klein@axn-software.de, karamanolev, terry.reedy
Date 2017-05-24.09:41:10
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1495618870.21.0.875183178114.issue16806@psf.upfronthosting.co.za>
In-reply-to
Content
What's the status on this? Anything preventing it getting fixed? Still the same in 3.6.1:

>>> import ast
>>> ast.parse("""'''foo\n'''""").body[0].value.col_offset
-1
History
Date User Action Args
2017-05-24 09:41:10karamanolevsetrecipients: + karamanolev, terry.reedy, benjamin.peterson, carsten.klein@axn-software.de, Aivar.Annamaa, asottile
2017-05-24 09:41:10karamanolevsetmessageid: <1495618870.21.0.875183178114.issue16806@psf.upfronthosting.co.za>
2017-05-24 09:41:10karamanolevlinkissue16806 messages
2017-05-24 09:41:10karamanolevcreate