From: Fred Drake Date: Sat, 14 Oct 2000 05:46:11 +0000 (+0000) Subject: For os.stat() & friends, note that the time fields are returned as X-Git-Tag: v2.0~21 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=21c9df764114aaee3bee92d275d6a2b76c1448dd;p=thirdparty%2FPython%2Fcpython.git For os.stat() & friends, note that the time fields are returned as floating-point values. --- diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex index 073d85954a5b..e7683cef015b 100644 --- a/Doc/lib/libos.tex +++ b/Doc/lib/libos.tex @@ -710,7 +710,9 @@ order \code{st_atime}, \code{st_mtime}, \code{st_ctime}. -More items may be added at the end by some implementations. +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.