[Python-checkins] CVS: python/dist/src/Doc/lib libprofile.tex,1.34,1.35

Fred L. Drake fdrake@users.sourceforge.net
Mon, 02 Jul 2001 14:22:42 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv8424/lib

Modified Files:
	libprofile.tex 
Log Message:

Marked the parameters to Stats.print_*() as optional.

This closes SF bug #438032.


Index: libprofile.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libprofile.tex,v
retrieving revision 1.34
retrieving revision 1.35
diff -C2 -r1.34 -r1.35
*** libprofile.tex	2001/06/14 13:57:16	1.34
--- libprofile.tex	2001/07/02 21:22:39	1.35
***************
*** 450,454 ****
  \end{methoddesc}
  
! \begin{methoddesc}[Stats]{print_stats}{restriction\optional{, ...}}
  This method for the \class{Stats} class prints out a report as described
  in the \function{profile.run()} definition.
--- 450,454 ----
  \end{methoddesc}
  
! \begin{methoddesc}[Stats]{print_stats}{\optional{restriction, \moreargs}}
  This method for the \class{Stats} class prints out a report as described
  in the \function{profile.run()} definition.
***************
*** 485,489 ****
  
  
! \begin{methoddesc}[Stats]{print_callers}{restrictions\optional{, ...}}
  This method for the \class{Stats} class prints a list of all functions
  that called each function in the profiled database.  The ordering is
--- 485,489 ----
  
  
! \begin{methoddesc}[Stats]{print_callers}{\optional{restriction, \moreargs}}
  This method for the \class{Stats} class prints a list of all functions
  that called each function in the profiled database.  The ordering is
***************
*** 495,499 ****
  \end{methoddesc}
  
! \begin{methoddesc}[Stats]{print_callees}{restrictions\optional{, ...}}
  This method for the \class{Stats} class prints a list of all function
  that were called by the indicated function.  Aside from this reversal
--- 495,499 ----
  \end{methoddesc}
  
! \begin{methoddesc}[Stats]{print_callees}{\optional{restriction, \moreargs}}
  This method for the \class{Stats} class prints a list of all function
  that were called by the indicated function.  Aside from this reversal