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 BTaskaya
Recipients BTaskaya, alonho, terry.reedy
Date 2019-11-18.22:59:34
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1574117974.16.0.101369618647.issue19080@roundup.psfhosted.org>
In-reply-to
Content
I am not sure about how to implement this to the core, but you can combine tokenize with ast to reproduce this kind of messages in your projects. You can match tokens with SyntaxErrors by lineno and offset.
History
Date User Action Args
2019-11-18 22:59:34BTaskayasetrecipients: + BTaskaya, terry.reedy, alonho
2019-11-18 22:59:34BTaskayasetmessageid: <1574117974.16.0.101369618647.issue19080@roundup.psfhosted.org>
2019-11-18 22:59:34BTaskayalinkissue19080 messages
2019-11-18 22:59:34BTaskayacreate