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 ezio.melotti, mrabarnett, pablogsal, steven.daprano
Date 2021-06-08.00:07:54
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1623110874.12.0.623686106813.issue44341@roundup.psfhosted.org>
In-reply-to
Content
As Steven mentions, match is a soft keyword:

>>> import keyword
>>> keyword.softkwlist
['_', 'case', 'match']

And they don't follow the same rules as keywords. Check the pattern matching PEPs for more info.
History
Date User Action Args
2021-06-08 00:07:54pablogsalsetrecipients: + pablogsal, ezio.melotti, mrabarnett, steven.daprano
2021-06-08 00:07:54pablogsalsetmessageid: <1623110874.12.0.623686106813.issue44341@roundup.psfhosted.org>
2021-06-08 00:07:54pablogsallinkissue44341 messages
2021-06-08 00:07:54pablogsalcreate