[Python-checkins] python/dist/src/Doc/lib libtimeit.tex, 1.4, 1.4.10.1

rhettinger at users.sourceforge.net rhettinger at users.sourceforge.net
Sat Aug 30 22:21:44 EDT 2003


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

Modified Files:
      Tag: release23-maint
	libtimeit.tex 
Log Message:
SF bug 798006:  Fix long option markup.

Index: libtimeit.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtimeit.tex,v
retrieving revision 1.4
retrieving revision 1.4.10.1
diff -C2 -d -r1.4 -r1.4.10.1
*** libtimeit.tex	10 May 2003 03:35:37 -0000	1.4
--- libtimeit.tex	31 Aug 2003 04:21:42 -0000	1.4.10.1
***************
*** 97,110 ****
  
  \begin{description}
! \item[-n N/--number=N] how many times to execute 'statement'
! \item[-r N/--repeat=N] how many times to repeat the timer (default 3)
! \item[-s S/--setup=S] statement to be executed once initially (default
  \code{'pass'})
! \item[-t/--time] use \function{time.time()}
  (default on all platforms but Windows)
! \item[-c/--clock] use \function{time.clock()} (default on Windows)
! \item[-v/--verbose] print raw timing results; repeat for more digits
  precision
! \item[-h/--help] print a short usage message and exit
  \end{description}
  
--- 97,110 ----
  
  \begin{description}
! \item[-n N/\longprogramopt{number=N}] how many times to execute 'statement'
! \item[-r N/\longprogramopt{repeat=N}] how many times to repeat the timer (default 3)
! \item[-s S/\longprogramopt{setup=S}] statement to be executed once initially (default
  \code{'pass'})
! \item[-t/\longprogramopt{time}] use \function{time.time()}
  (default on all platforms but Windows)
! \item[-c/\longprogramopt{clock}] use \function{time.clock()} (default on Windows)
! \item[-v/\longprogramopt{verbose}] print raw timing results; repeat for more digits
  precision
! \item[-h/\longprogramopt{help}] print a short usage message and exit
  \end{description}
  





More information about the Python-checkins mailing list