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 steven.daprano
Recipients Kshitiz17, brandtbucher, steven.daprano, xtreak
Date 2021-06-01.10:40:32
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1622544032.37.0.36889079501.issue44276@roundup.psfhosted.org>
In-reply-to
Content
match-case has not even reached a stable version of Python yet, it is only available in Python 3.10 which is still in beta. Are we sure that it is faster in all cases and how do you know it is more intuitive when the vast majority of Python users have likely not even heard of match-case yet?

Personally, I am looking forward to using match-case, but I can see myself having to write lots of comments explaining what the code is doing for many years to come.
History
Date User Action Args
2021-06-01 10:40:32steven.dapranosetrecipients: + steven.daprano, xtreak, brandtbucher, Kshitiz17
2021-06-01 10:40:32steven.dapranosetmessageid: <1622544032.37.0.36889079501.issue44276@roundup.psfhosted.org>
2021-06-01 10:40:32steven.dapranolinkissue44276 messages
2021-06-01 10:40:32steven.dapranocreate