[Python-checkins] CVS: python/dist/src/Doc/lib libos.tex,1.51,1.52

Fred L. Drake python-dev@python.org
Fri, 13 Oct 2000 22:46:14 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory slayer.i.sourceforge.net:/tmp/cvs-serv13450/lib

Modified Files:
	libos.tex 
Log Message:

For os.stat() & friends, note that the time fields are returned as
floating-point values.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -r1.51 -r1.52
*** libos.tex	2000/10/04 13:57:27	1.51
--- libos.tex	2000/10/14 05:46:11	1.52
***************
*** 711,715 ****
  \code{st_mtime},
  \code{st_ctime}.
! More items may be added at the end by some implementations.
  (On MS Windows, some items are filled with dummy values.)
  Availability: Macintosh, \UNIX{}, Windows.
--- 711,717 ----
  \code{st_mtime},
  \code{st_ctime}.
! More items may be added at the end by some implementations.  Note that
! on the Macintosh, the time values are floating point values, like all
! time values on the Macintosh.
  (On MS Windows, some items are filled with dummy values.)
  Availability: Macintosh, \UNIX{}, Windows.