[Python-checkins] python/dist/src/Doc/lib libtimeit.tex, 1.4.10.1,
1.4.10.2 libunittest.tex, 1.14.8.1, 1.14.8.2
loewis at users.sourceforge.net
loewis at users.sourceforge.net
Sat Sep 20 07:09:08 EDT 2003
Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv21016/Doc/lib
Modified Files:
Tag: release23-maint
libtimeit.tex libunittest.tex
Log Message:
Patch #808362: Fix typos.
Index: libtimeit.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtimeit.tex,v
retrieving revision 1.4.10.1
retrieving revision 1.4.10.2
diff -C2 -d -r1.4.10.1 -r1.4.10.2
*** libtimeit.tex 31 Aug 2003 04:21:42 -0000 1.4.10.1
--- libtimeit.tex 20 Sep 2003 11:09:06 -0000 1.4.10.2
***************
*** 123,127 ****
\function{time.clock()} has 1/100th of a second granularity and
\function{time.time()} is much more precise. On either platform, the
! default timer functions measures wall clock time, not the CPU time.
This means that other processes running on the same computer may
interfere with the timing. The best thing to do when accurate timing
--- 123,127 ----
\function{time.clock()} has 1/100th of a second granularity and
\function{time.time()} is much more precise. On either platform, the
! default timer functions measure wall clock time, not the CPU time.
This means that other processes running on the same computer may
interfere with the timing. The best thing to do when accurate timing
Index: libunittest.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libunittest.tex,v
retrieving revision 1.14.8.1
retrieving revision 1.14.8.2
diff -C2 -d -r1.14.8.1 -r1.14.8.2
*** libunittest.tex 16 Sep 2003 22:05:33 -0000 1.14.8.1
--- libunittest.tex 20 Sep 2003 11:09:06 -0000 1.14.8.2
***************
*** 770,774 ****
The following methods of the \class{TestResult} class are used to
! maintain the internal data structures, and mmay be extended in
subclasses to support additional reporting requirements. This is
particularly useful in building tools which support interactive
--- 770,774 ----
The following methods of the \class{TestResult} class are used to
! maintain the internal data structures, and may be extended in
subclasses to support additional reporting requirements. This is
particularly useful in building tools which support interactive
More information about the Python-checkins
mailing list