File tree 1 file changed +10
-10
lines changed
1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -365,16 +365,16 @@ one :keyword:`!except*` clause, the first that matches it. ::
365
365
+------------------------------------
366
366
>>>
367
367
368
- Any remaining exceptions that were not handled by any :keyword:`!except*`
369
- clause are re-raised at the end, combined into an exception group along with
370
- all exceptions that were raised from within :keyword:`!except*` clauses.
371
-
372
- An :keyword:`!except*` clause must have a matching type,
373
- and this type cannot be a subclass of :exc:`BaseExceptionGroup`.
374
- It is not possible to mix :keyword:`except` and :keyword:`!except*`
375
- in the same :keyword:`try`.
376
- :keyword:`break`, :keyword:`continue` and :keyword:`return`
377
- cannot appear in an :keyword:`!except*` clause.
368
+ Any remaining exceptions that were not handled by any :keyword: `!except* `
369
+ clause are re-raised at the end, combined into an exception group along with
370
+ all exceptions that were raised from within :keyword: `!except* ` clauses.
371
+
372
+ An :keyword: `!except* ` clause must have a matching type,
373
+ and this type cannot be a subclass of :exc: `BaseExceptionGroup `.
374
+ It is not possible to mix :keyword: `except ` and :keyword: `!except* `
375
+ in the same :keyword: `try `.
376
+ :keyword: `break `, :keyword: `continue ` and :keyword: `return `
377
+ cannot appear in an :keyword: `!except* ` clause.
378
378
379
379
380
380
.. index ::
You can’t perform that action at this time.
0 commit comments