[Python-checkins] python/dist/src/Doc/lib libsignal.tex,1.25,1.26

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Sep 4 23:14:37 CEST 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv22860

Modified Files:
	libsignal.tex 
Log Message:
SF bug #1020540:  a wrong link from "frame object" in lib index



Index: libsignal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsignal.tex,v
retrieving revision 1.25
retrieving revision 1.26
diff -u -d -r1.25 -r1.26
--- libsignal.tex	13 Mar 2003 13:56:49 -0000	1.25
+++ libsignal.tex	4 Sep 2004 21:14:34 -0000	1.26
@@ -139,9 +139,10 @@
   \exception{ValueError} exception to be raised.
 
   The \var{handler} is called with two arguments: the signal number
-  and the current stack frame (\code{None} or a frame object; see the
-  reference manual for a description of frame objects).
-\obindex{frame}
+  and the current stack frame (\code{None} or a frame object;
+  for a description of frame objects, see the reference manual section
+  on the standard type hierarchy or see the attribute descriptions in
+  the \refmodule{inspect} module).
 \end{funcdesc}
 
 \subsection{Example}



More information about the Python-checkins mailing list