diff options
author | Guido van Rossum <guido@python.org> | 1996-10-15 14:37:31 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1996-10-15 14:37:31 (GMT) |
commit | 7e42caba018e86cb658b6d445d7614532e5ed192 (patch) | |
tree | c6425a4515b6d6a822995d89c1cd48512d70d4b9 /Doc/libmac.tex | |
parent | acc875403128e0ff900df3ab468d24fd6dd3dcde (diff) | |
download | cpython-7e42caba018e86cb658b6d445d7614532e5ed192.zip cpython-7e42caba018e86cb658b6d445d7614532e5ed192.tar.gz cpython-7e42caba018e86cb658b6d445d7614532e5ed192.tar.bz2 |
Patches for Mac module docs by Jack
Diffstat (limited to 'Doc/libmac.tex')
-rw-r--r-- | Doc/libmac.tex | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/Doc/libmac.tex b/Doc/libmac.tex index 344d300..270620a 100644 --- a/Doc/libmac.tex +++ b/Doc/libmac.tex @@ -58,7 +58,14 @@ The following functions are available in this module: \code{sync}, \code{unlink}, \code{write}, -as well as the exception \code{error}. +as well as the exception \code{error}. Note that the times returned by +\code{stat} are floating-point values, like all time values in +MacPython. + +One additional function is available: \code{xstat}. This function +returns the same information as \code{stat}, but with three extra +values appended: the size of the resource fork of the file and its +4-char creator and type. \section{Standard Module \sectcode{macpath}} |