Skip to content

Add 'except* clause' to Language doc 4.2.1. #98227

Closed
@mrolle45

Description

@mrolle45

Documentation

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,

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    3.11only security fixes3.12only security fixesdocsDocumentation in the Doc direasy

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions