From: Fred Drake Date: Wed, 25 Nov 1998 17:48:10 +0000 (+0000) Subject: Minor fixups to some index entries. X-Git-Tag: v1.5.2b1~187 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1475e88a35a5f079b6e829129a934d8fca137396;p=python Minor fixups to some index entries. --- diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex index 2f0eb33270..cacd8efc57 100644 --- a/Doc/ref/ref7.tex +++ b/Doc/ref/ref7.tex @@ -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