We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The section 1.3. Look to Your Future ends with
Python just announced plans to support pattern matching in February 2021. textbook/src/chapters/intro/future.md Lines 30 to 32 in 1b4d607 ```{admonition} News Flash! Python just announced plans to support pattern matching in February 2021. ```
Python just announced plans to support pattern matching in February 2021.
textbook/src/chapters/intro/future.md
Lines 30 to 32 in 1b4d607
which can be updated.
Structural Pattern Matching is supported since Python 3.10, released in Oct 2021.
See
The text was updated successfully, but these errors were encountered:
4cd1ce3
No branches or pull requests
The section 1.3. Look to Your Future ends with
which can be updated.
Structural Pattern Matching is supported since Python 3.10, released in Oct 2021.
See
https://docs.python.org/3/whatsnew/3.10.html#pep-634-structural-pattern-matching
https://docs.python.org/3/reference/compound_stmts.html#the-match-statement
The text was updated successfully, but these errors were encountered: