From: Guido van Rossum Date: Fri, 3 Apr 1992 14:44:27 +0000 (+0000) Subject: Added \exindex and \obindex X-Git-Tag: v0.9.8~398 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=6886c835aa1df88441a5364e4f9f934d3da7d42c;p=thirdparty%2FPython%2Fcpython.git Added \exindex and \obindex --- diff --git a/Doc/myformat.sty b/Doc/myformat.sty index 79938d1846df..0f9952770064 100644 --- a/Doc/myformat.sty +++ b/Doc/myformat.sty @@ -74,6 +74,8 @@ \newcommand{\stindex}[1]{\indexii{statement}{#1@{\tt#1}}} \newcommand{\kwindex}[1]{\indexii{keyword}{#1@{\tt#1}}} \newcommand{\opindex}[1]{\indexii{operator}{#1@{\tt#1}}} +\newcommand{\exindex}[1]{\indexii{exception}{#1@{\tt#1}}} +\newcommand{\obindex}[1]{\indexii{object}{#1}} \newcommand{\bifuncindex}[1]{\index{#1@{\tt#1} (built-in function)}} % Add an index entry for a module