Uh oh!
There was an error while loading. Please reload this page.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
This repository was archived by the owner on Dec 15, 2022. It is now read-only.
There was an error while loading. Please reload this page.
Summary
Python 3.10 was officially released yesterday, and it comes with a new feature, structural pattern matching (PEP 634). This includes new keywords like
caseandmatchwhich aren't currently supported by this package.Motivation
I would like this package to stay up to date with the latest versions of Python
Describe alternatives you've considered
Additional context
Example of it not working:
