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

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Mon Sep 6 18:03:39 CEST 2004


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

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

Backport.



Index: libsignal.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libsignal.tex,v
retrieving revision 1.25
retrieving revision 1.25.12.1
diff -u -d -r1.25 -r1.25.12.1
--- libsignal.tex	13 Mar 2003 13:56:49 -0000	1.25
+++ libsignal.tex	6 Sep 2004 16:03:37 -0000	1.25.12.1
@@ -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