]> granicus.if.org Git - python/commitdiff
For os.stat() & friends, note that the time fields are returned as
authorFred Drake <fdrake@acm.org>
Sat, 14 Oct 2000 05:46:11 +0000 (05:46 +0000)
committerFred Drake <fdrake@acm.org>
Sat, 14 Oct 2000 05:46:11 +0000 (05:46 +0000)
floating-point values.

Doc/lib/libos.tex

index 073d85954a5b6ac19fb2332dcaa1799b3e0694bb..e7683cef015bb03745b84ceecb128f95171b3579 100644 (file)
@@ -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.