Minor fixups to some index entries.

This commit is contained in:
Fred Drake 1998-11-25 17:48:10 +00:00
parent 2b3730e284
commit 1475e88a35
1 changed files with 4 additions and 3 deletions

View File

@ -239,9 +239,10 @@ threaded program. As of Python 1.5, the variables are restored to
their previous values (before the call) when returning from a function
that handled an exception.
\refbimodindex{sys}
\ttindex{exc_type}
\ttindex{exc_value}
\ttindex{exc_traceback}
\withsubitem{(in module sys)}{%
\ttindex{exc_type}%
\ttindex{exc_value}%
\ttindex{exc_traceback}}
\obindex{traceback}
The optional \keyword{else} clause is executed when no exception occurs