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 2b3730e commit 1475e88Copy full SHA for 1475e88
1 file changed
Doc/ref/ref7.tex
@@ -239,9 +239,10 @@ \section{The \keyword{try} statement\label{try}}
239
their previous values (before the call) when returning from a function
240
that handled an exception.
241
\refbimodindex{sys}
242
-\ttindex{exc_type}
243
-\ttindex{exc_value}
244
-\ttindex{exc_traceback}
+\withsubitem{(in module sys)}{%
+ \ttindex{exc_type}%
+ \ttindex{exc_value}%
245
+ \ttindex{exc_traceback}}
246
\obindex{traceback}
247
248
The optional \keyword{else} clause is executed when no exception occurs
0 commit comments