summaryrefslogtreecommitdiffstats
path: root/Doc/ref
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-11-25 17:48:10 (GMT)
committerFred Drake <fdrake@acm.org>1998-11-25 17:48:10 (GMT)
commit1475e88a35a5f079b6e829129a934d8fca137396 (patch)
tree2fd9868ee7213cbcf492171befd796220711fc95 /Doc/ref
parent2b3730e28406ff75feec6d3098fc0900c6fd1b6a (diff)
downloadcpython-1475e88a35a5f079b6e829129a934d8fca137396.zip
cpython-1475e88a35a5f079b6e829129a934d8fca137396.tar.gz
cpython-1475e88a35a5f079b6e829129a934d8fca137396.tar.bz2
Minor fixups to some index entries.
Diffstat (limited to 'Doc/ref')
-rw-r--r--Doc/ref/ref7.tex7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/ref/ref7.tex b/Doc/ref/ref7.tex
index 2f0eb33..cacd8ef 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