gh-98227: executionmodel.rst: except* can also bind names (GH-98256)

Co-authored-by: Jelle Zijlstra <jelle.zijlstra@gmail.com>
(cherry picked from commit 146f168fbf)

Co-authored-by: BiscuitCandy <70342294+BiscuitCandy@users.noreply.github.com>
This commit is contained in:
Miss Islington (bot) 2022-10-15 09:12:18 -07:00 committed by Pablo Galindo
parent be5de50166
commit f96dbab7d8
No known key found for this signature in database
GPG Key ID: FFE87404168BD847
1 changed files with 1 additions and 1 deletions

View File

@ -67,7 +67,7 @@ The following constructs bind names:
+ :keyword:`for` loop header,
+ after :keyword:`!as` in a :keyword:`with` statement, :keyword:`except`
clause or in the as-pattern in structural pattern matching,
clause, :keyword:`except* <except_star>` clause, or in the as-pattern in structural pattern matching,
+ in a capture pattern in structural pattern matching
* :keyword:`import` statements.