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 pablogsal
Recipients gvanrossum, lys.nikolaou, pablogsal
Date 2020-05-11.22:10:50
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1589235051.21.0.907092056655.issue40599@roundup.psfhosted.org>
In-reply-to
Content
Using the new parser, we could improve the plain "syntax error" messages with the tokens/keywords that would have made the parser advance. There is a proof of concept in https://github.com/python/cpython/pull/20039 you can play with.

I would like to get some initial opinions on the idea before going deeper in the issue :)
History
Date User Action Args
2020-05-11 22:10:51pablogsalsetrecipients: + pablogsal, gvanrossum, lys.nikolaou
2020-05-11 22:10:51pablogsalsetmessageid: <1589235051.21.0.907092056655.issue40599@roundup.psfhosted.org>
2020-05-11 22:10:51pablogsallinkissue40599 messages
2020-05-11 22:10:50pablogsalcreate