File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ \section{Built-in Module \sectcode{mac}}
4040functionality provided by the optional built-in module \code {posix}.
4141It is best accessed through the more portable standard module
4242\code {os}.
43+ \refbimodindex {posix}
44+ \refstmodindex {os}
4345
4446The following functions are available in this module:
4547\code {chdir},
@@ -59,11 +61,11 @@ \section{Built-in Module \sectcode{mac}}
5961\code {unlink},
6062\code {write},
6163as well as the exception \code {error}. Note that the times returned by
62- \code {stat} are floating-point values, like all time values in
64+ \code {stat() } are floating-point values, like all time values in
6365MacPython.
6466
65- One additional function is available: \code {xstat}. This function
66- returns the same information as \code {stat}, but with three extra
67+ One additional function is available: \code {xstat() }. This function
68+ returns the same information as \code {stat() }, but with three extra
6769values appended: the size of the resource fork of the file and its
68704-char creator and type.
6971
@@ -74,6 +76,8 @@ \section{Standard Module \sectcode{macpath}}
7476available from the optional standard module \code {posixpath}. It is
7577best accessed through the more portable standard module \code {os}, as
7678\code {os.path}.
79+ \refstmodindex {posixpath}
80+ \refstmodindex {os}
7781
7882The following functions are available in this module:
7983\code {normcase},
Original file line number Diff line number Diff line change @@ -40,6 +40,8 @@ \section{Built-in Module \sectcode{mac}}
4040functionality provided by the optional built-in module \code {posix}.
4141It is best accessed through the more portable standard module
4242\code {os}.
43+ \refbimodindex {posix}
44+ \refstmodindex {os}
4345
4446The following functions are available in this module:
4547\code {chdir},
@@ -59,11 +61,11 @@ \section{Built-in Module \sectcode{mac}}
5961\code {unlink},
6062\code {write},
6163as well as the exception \code {error}. Note that the times returned by
62- \code {stat} are floating-point values, like all time values in
64+ \code {stat() } are floating-point values, like all time values in
6365MacPython.
6466
65- One additional function is available: \code {xstat}. This function
66- returns the same information as \code {stat}, but with three extra
67+ One additional function is available: \code {xstat() }. This function
68+ returns the same information as \code {stat() }, but with three extra
6769values appended: the size of the resource fork of the file and its
68704-char creator and type.
6971
@@ -74,6 +76,8 @@ \section{Standard Module \sectcode{macpath}}
7476available from the optional standard module \code {posixpath}. It is
7577best accessed through the more portable standard module \code {os}, as
7678\code {os.path}.
79+ \refstmodindex {posixpath}
80+ \refstmodindex {os}
7781
7882The following functions are available in this module:
7983\code {normcase},
You can’t perform that action at this time.
0 commit comments