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 brandtbucher, lys.nikolaou, pablogsal
Date 2021-06-09.20:22:25
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623270145.86.0.539165517052.issue44368@roundup.psfhosted.org>
In-reply-to
Content
I think it actually will be very useful to explain that these cases are invalid in the Syntax error, which will also solve this problem.

This on the other hand shows a bigger problem: any generic syntax error that happens inside "match" will probably end identifying the keyword as a name, even if we don't have specific errors, the parser will point to it and complain about "match".
History
Date User Action Args
2021-06-09 20:22:25pablogsalsetrecipients: + pablogsal, lys.nikolaou, brandtbucher
2021-06-09 20:22:25pablogsalsetmessageid: <1623270145.86.0.539165517052.issue44368@roundup.psfhosted.org>
2021-06-09 20:22:25pablogsallinkissue44368 messages
2021-06-09 20:22:25pablogsalcreate