Steven D'Aprano <steve+pyt...@pearwood.info> added the comment:

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.

----------
nosy: +steven.daprano

_______________________________________
Python tracker <rep...@bugs.python.org>
<https://bugs.python.org/issue44276>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
https://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to