diff options
author | Fred Drake <fdrake@acm.org> | 1997-12-15 21:40:15 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1997-12-15 21:40:15 (GMT) |
commit | 8a528bd10d89477e3dc3cf8697eb73af8c19e592 (patch) | |
tree | 0575698584c6c779530b0840b7eb873103f21dfe | |
parent | 207e57b617219c8c4a0b07d843b1361b60827530 (diff) | |
download | cpython-8a528bd10d89477e3dc3cf8697eb73af8c19e592.zip cpython-8a528bd10d89477e3dc3cf8697eb73af8c19e592.tar.gz cpython-8a528bd10d89477e3dc3cf8697eb73af8c19e592.tar.bz2 |
Added some module references to the index.
-rw-r--r-- | Doc/libmac.tex | 10 | ||||
-rw-r--r-- | Doc/mac/libmac.tex | 10 |
2 files changed, 14 insertions, 6 deletions
diff --git a/Doc/libmac.tex b/Doc/libmac.tex index 270620a..3a1b5ee 100644 --- a/Doc/libmac.tex +++ b/Doc/libmac.tex @@ -40,6 +40,8 @@ This module provides a subset of the operating system dependent functionality provided by the optional built-in module \code{posix}. It is best accessed through the more portable standard module \code{os}. +\refbimodindex{posix} +\refstmodindex{os} The following functions are available in this module: \code{chdir}, @@ -59,11 +61,11 @@ The following functions are available in this module: \code{unlink}, \code{write}, as well as the exception \code{error}. Note that the times returned by -\code{stat} are floating-point values, like all time values in +\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 +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. @@ -74,6 +76,8 @@ This module provides a subset of the pathname manipulation functions available from the optional standard module \code{posixpath}. It is best accessed through the more portable standard module \code{os}, as \code{os.path}. +\refstmodindex{posixpath} +\refstmodindex{os} The following functions are available in this module: \code{normcase}, diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 270620a..3a1b5ee 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -40,6 +40,8 @@ This module provides a subset of the operating system dependent functionality provided by the optional built-in module \code{posix}. It is best accessed through the more portable standard module \code{os}. +\refbimodindex{posix} +\refstmodindex{os} The following functions are available in this module: \code{chdir}, @@ -59,11 +61,11 @@ The following functions are available in this module: \code{unlink}, \code{write}, as well as the exception \code{error}. Note that the times returned by -\code{stat} are floating-point values, like all time values in +\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 +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. @@ -74,6 +76,8 @@ This module provides a subset of the pathname manipulation functions available from the optional standard module \code{posixpath}. It is best accessed through the more portable standard module \code{os}, as \code{os.path}. +\refstmodindex{posixpath} +\refstmodindex{os} The following functions are available in this module: \code{normcase}, |