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
Make use of match statements and the | union operator once python 3.9 is end of life.
match
|
Allows us to benefit from the syntax improvements provided in python 3.10
We could leave the syntax as, but we would continue to miss out on beneficial aspects of the new syntax introduced in 3.10.
3.10
No response
The text was updated successfully, but these errors were encountered:
No branches or pull requests
What's the new feature?
Make use of
match
statements and the|
union operator once python 3.9 is end of life.What value does this add?
Allows us to benefit from the syntax improvements provided in python 3.10
Is there an alternative you've considered?
We could leave the syntax as, but we would continue to miss out on beneficial aspects of the new syntax introduced in
3.10
.Additional context
No response
The text was updated successfully, but these errors were encountered: