Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

gh-95975: Move except/*/finally ref labels to more precise locations#95976

New issue

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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Merged
Merged
Changes from1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
Fix other minor Sphinx syntax issues with except
Co-authored-by: Ezio Melotti <ezio.melotti@gmail.com>
  • Loading branch information
@CAM-Gerlach@ezio-melotti
CAM-Gerlach andezio-melotti authoredAug 14, 2022
commit5db46b943c8a337c20444a58c9ddf1ba4a187f38
4 changes: 2 additions & 2 deletionsDoc/reference/compound_stmts.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -328,8 +328,8 @@ when leaving an exception handler::
:keyword:`!except*` clause
--------------------------

The :keyword:`except*<except_star>` clause(s) are used for handling
:exc:`ExceptionGroup`\s. The exception type for matching is interpreted as in
The :keyword:`except*<except_star>` clause(s) are used for handling
:exc:`ExceptionGroup`\s. The exception type for matching is interpreted as in
the case of :keyword:`except`, but in the case of exception groups we can have
partial matches when the type matches some of the exceptions in the group.
This means that multiple except* clauses can execute, each handling part of
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp