We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e975cd3 commit ea35c82Copy full SHA for ea35c82
1 file changed
peps/pep-9999.rst
@@ -66,7 +66,7 @@ Python itself moved them away from this harmful feature.
66
One of the arguments brought up [6]_ in the discussion about :pep:`601`
67
was that language features should be orthogonal, and combine without
68
context-based restrictions. However, in the meantime :pep:`654` has
69
-been implemented, and it forbids ``return``, ``break`` and ``continue`
+been implemented, and it forbids ``return``, ``break`` and ``continue``
70
in an ``except*`` clause because the semantics of that would violate
71
the property that ``except*`` clauses operate *in parallel*, so the
72
code of one clause should not suppress the invocation of another.
0 commit comments