summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2000-10-14 05:46:11 (GMT)
committerFred Drake <fdrake@acm.org>2000-10-14 05:46:11 (GMT)
commit21c9df764114aaee3bee92d275d6a2b76c1448dd (patch)
treec1a8bcbde757db07cf0d528ff7fdc3dbd28917c6
parente764968649152c10c9a8b159cefd608428aff469 (diff)
downloadcpython-21c9df764114aaee3bee92d275d6a2b76c1448dd.zip
cpython-21c9df764114aaee3bee92d275d6a2b76c1448dd.tar.gz
cpython-21c9df764114aaee3bee92d275d6a2b76c1448dd.tar.bz2
For os.stat() & friends, note that the time fields are returned as
floating-point values.
-rw-r--r--Doc/lib/libos.tex4
1 files changed, 3 insertions, 1 deletions
diff --git a/Doc/lib/libos.tex b/Doc/lib/libos.tex
index 073d859..e7683ce 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.