[Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex,1.43,1.43.2.1

Guido van Rossum gvanrossum@users.sourceforge.net
Sat, 18 Aug 2001 22:41:58 -0700


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

Modified Files:
      Tag: r22a2-branch
	libtime.tex 
Log Message:
merge Tim's release-related trunk changes into the 2.2a2 branch

Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.43
retrieving revision 1.43.2.1
diff -C2 -d -r1.43 -r1.43.2.1
*** libtime.tex	2001/08/05 15:43:04	1.43
--- libtime.tex	2001/08/19 05:41:56	1.43.2.1
***************
*** 135,142 ****
  timing algorithms.
  
! On Windows, this function returns the nearest approximation to
! wall-clock time since the first call to this function, based on the
! Win32 function \cfunction{QueryPerformanceCounter()}.  The resolution
! is typically better than one microsecond.
  \end{funcdesc}
  
--- 135,142 ----
  timing algorithms.
  
! On Windows, this function returns wall-clock seconds elapsed since the
! first call to this function, as a floating point number,
! based on the Win32 function \cfunction{QueryPerformanceCounter()}.
! The resolution is typically better than one microsecond.
  \end{funcdesc}