Thanks to visit codestin.com Credit goes to github.com
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 b68a125 commit 4c2533fCopy full SHA for 4c2533f
1 file changed
Doc/ref/ref7.tex
@@ -218,7 +218,8 @@ \section{The \keyword{try} statement\label{try}}
218
219
When a matching except clause is found, the exception's parameter is
220
assigned to the target specified in that except clause, if present,
221
-and the except clause's suite is executed. When the end of this suite
+and the except clause's suite is executed. All except clauses must
222
+have an executable block. When the end of this block
223
is reached, execution continues normally after the entire try
224
statement. (This means that if two nested handlers exist for the same
225
exception, and the exception occurs in the try clause of the inner
0 commit comments