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 serhiy.storchaka
Recipients BTaskaya, benjamin.peterson, serhiy.storchaka
Date 2020-04-03.22:07:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1585951654.19.0.956249766021.issue40176@roundup.psfhosted.org>
In-reply-to
Content
It could be even better. Inside the tokenizer we know where the string literal starts and what quotes it uses. The line and the offset of the *start* of the literal can be set in a SyntaxError.
History
Date User Action Args
2020-04-03 22:07:34serhiy.storchakasetrecipients: + serhiy.storchaka, benjamin.peterson, BTaskaya
2020-04-03 22:07:34serhiy.storchakasetmessageid: <1585951654.19.0.956249766021.issue40176@roundup.psfhosted.org>
2020-04-03 22:07:34serhiy.storchakalinkissue40176 messages
2020-04-03 22:07:34serhiy.storchakacreate