[Python-checkins] python/dist/src/Doc/lib libos.tex,1.95,1.96

loewis@users.sourceforge.net loewis@users.sourceforge.net
Mon, 09 Sep 2002 09:18:18 -0700


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

Modified Files:
	libos.tex 
Log Message:
Always generate floats for stat_result; fix configure test.


Index: libos.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libos.tex,v
retrieving revision 1.95
retrieving revision 1.96
diff -C2 -d -r1.95 -r1.96
*** libos.tex	9 Sep 2002 14:24:15 -0000	1.95
--- libos.tex	9 Sep 2002 16:17:45 -0000	1.96
***************
*** 827,830 ****
--- 827,834 ----
  (time of most recent content modification or metadata change).
  
+ \versionchanged [The time values are floats, measuring
+   seconds. Fractions of a second may be reported if the system
+   supports that]{2.3}
+ 
  On some Unix systems (such as Linux), the following attributes may
  also be available:
***************
*** 857,866 ****
  \member{st_mtime},
  \member{st_ctime}.
! More items may be added at the end by some implementations.  Note that
! on the Mac OS, the time values are floating point values, like all
! time values on the Mac OS.
! \versionchanged
! [On other systems, the values are floats if the system reports
!  fractions of a second]{2.3}
  The standard module \refmodule{stat}\refstmodindex{stat} defines
  functions and constants that are useful for extracting information
--- 861,865 ----
  \member{st_mtime},
  \member{st_ctime}.
! More items may be added at the end by some implementations. 
  The standard module \refmodule{stat}\refstmodindex{stat} defines
  functions and constants that are useful for extracting information