Update of /cvsroot/python/python/dist/src/Lib In directory sc8-pr-cvs1:/tmp/cvs-serv21184/Lib Modified Files: timeit.py Log Message: Patch #808362: Fix typos. Index: timeit.py =================================================================== RCS file: /cvsroot/python/python/dist/src/Lib/timeit.py,v retrieving revision 1.13 retrieving revision 1.14 diff -C2 -d -r1.13 -r1.14 *** timeit.py 29 Jun 2003 04:18:15 -0000 1.13 --- timeit.py 20 Sep 2003 11:09:28 -0000 1.14 *************** *** 34,38 **** of a second; on Unix, clock() has 1/100th of a second granularity and 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 is necessary is to --- 34,38 ---- of a second; on Unix, clock() has 1/100th of a second granularity and 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 is necessary is to