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
Suppress redundant link to same section for except too
  • Loading branch information
@CAM-Gerlach
CAM-Gerlach authoredSep 19, 2022
commit89c69bbc986bbcf06c07c360478d5fb0ce6d38c1
2 changes: 1 addition & 1 deletionDoc/reference/compound_stmts.rst
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -239,7 +239,7 @@ may be found in section :ref:`raise`.
:keyword:`!except` clause
-------------------------

The :keyword:`except` clause(s) specify one or more exception handlers. When no
The :keyword:`!except` clause(s) specify one or more exception handlers. When no
exception occurs in the :keyword:`try` clause, no exception handler is executed.
When an exception occurs in the :keyword:`!try` suite, a search for an exception
handler is started. This search inspects the except clauses in turn until one
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp