mirror of
https://github.com/python/cpython.git
synced 2025-08-03 16:39:00 +00:00
Patches for Mac module docs by Jack
This commit is contained in:
parent
acc8754031
commit
7e42caba01
10 changed files with 374 additions and 22 deletions
|
@ -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}}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue