[Python-checkins] python/dist/src/Doc/lib libthreading.tex,1.16,1.17

fdrake@users.sourceforge.net fdrake@users.sourceforge.net
2003年6月29日 11:12:25 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv1754/lib
Modified Files:
	libthreading.tex 
Log Message:
Fix broken markup, & tweak a couple of things for consistency.
Index: libthreading.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libthreading.tex,v
retrieving revision 1.16
retrieving revision 1.17
diff -C2 -d -r1.16 -r1.17
*** libthreading.tex	29 Jun 2003 16:58:41 -0000	1.16
--- libthreading.tex	29 Jun 2003 18:12:23 -0000	1.17
***************
*** 92,105 ****
 
 \begin{funcdesc}{settrace}{func}
! Set a trace function \index{trace function} for all threads started
 from the \module{threading} module. The \var{func} will be passed to 
! \cfuntion{sys.settrace} for each thread, before its \method{run}
 method is called.
 \end{funcdesc}
 
 \begin{funcdesc}{setprofile}{func}
! Set a profile function \index{profile function} for all threads started
 from the \module{threading} module. The \var{func} will be passed to 
! \cfuntion{sys.setprofile} for each thread, before its \method{run}
 method is called.
 \end{funcdesc}
--- 92,105 ----
 
 \begin{funcdesc}{settrace}{func}
! Set a trace function\index{trace function} for all threads started
 from the \module{threading} module. The \var{func} will be passed to 
! \function{sys.settrace()} for each thread, before its \method{run()}
 method is called.
 \end{funcdesc}
 
 \begin{funcdesc}{setprofile}{func}
! Set a profile function\index{profile function} for all threads started
 from the \module{threading} module. The \var{func} will be passed to 
! \function{sys.setprofile()} for each thread, before its \method{run()}
 method is called.
 \end{funcdesc}

AltStyle によって変換されたページ (->オリジナル) /