You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 21, 2022. It is now read-only.
There were several commenters on today's revealing of the PEP on python-dev who want an else clause instead of case _: to enter final catch-all block. It's not terrible. If we do this I propose it should be indented with the case clauses:
match t:
case P1():
...
case P2():
...
else:
...
I'm trying to hold this off a little longer, but it may be an easy thing to give.