Patches for Mac module docs by Jack

This commit is contained in:
Guido van Rossum 1996-10-15 14:37:31 +00:00
parent acc8754031
commit 7e42caba01
10 changed files with 374 additions and 22 deletions

View file

@ -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}}