We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
4.2.1 Binding of Names reads, in part:
The following constructs bind names: targets that are identifiers if occurring in an assignment: after as in a with statement, except clause or in the as-pattern in structural pattern matching,
The following constructs bind names:
You left out "except* clause". The text should read:
The following constructs bind names: targets that are identifiers if occurring in an assignment: after as in a with statement, except clause, or except* clause, or in the as-pattern in structural pattern matching,
I suggest you scan the entire documentation for any other references to the except clause that should also include the except* clause.
The text was updated successfully, but these errors were encountered:
gh-98227: executionmodel.rst: except* can also bind names (#98256)
146f168
Co-authored-by: Jelle Zijlstra <[email protected]>
pythongh-98227: executionmodel.rst: except* can also bind names (pyth…
9dab53a
…onGH-98256) Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 146f168) Co-authored-by: BiscuitCandy <[email protected]>
gh-98227: executionmodel.rst: except* can also bind names (GH-98256)
c0083e6
Co-authored-by: Jelle Zijlstra <[email protected]> (cherry picked from commit 146f168) Co-authored-by: BiscuitCandy <[email protected]>
f96dbab
Successfully merging a pull request may close this issue.
Documentation
4.2.1 Binding of Names reads, in part:
You left out "except* clause". The text should read:
I suggest you scan the entire documentation for any other references to the except clause that should also include the except* clause.
The text was updated successfully, but these errors were encountered: