summaryrefslogtreecommitdiffstats
path: root/Doc/mac/libmac.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1998-07-23 17:55:31 (GMT)
committerFred Drake <fdrake@acm.org>1998-07-23 17:55:31 (GMT)
commitfe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (patch)
treeb31bb7ae7e63ca3219475df2533dc298d06e34e6 /Doc/mac/libmac.tex
parentdfb658c3867260ae97a79f74df82a9278f319abb (diff)
downloadcpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.zip
cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.gz
cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.bz2
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
Diffstat (limited to 'Doc/mac/libmac.tex')
-rw-r--r--Doc/mac/libmac.tex63
1 files changed, 9 insertions, 54 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex
index 284c09c..8b943be 100644
--- a/Doc/mac/libmac.tex
+++ b/Doc/mac/libmac.tex
@@ -36,63 +36,15 @@ similar works.
The following modules are documented here:
-\begin{description}
+\localmoduletable
-\item[mac]
---- Similar interfaces to the \module{posix} module.
-\item[macpath]
---- Path manipulation functions; use via \code{os.path}.
-
-\item[ctb]
---- Interfaces to the Communications Tool Box. Only the Connection
-Manager is currently supported.
-
-\item[macconsole]
---- Think C's console package is available using this module.
-
-\item[macdnr]
---- Interfaces to the Macintosh Domain Name Resolver.
-
-\item[macfs]
---- Support for FSSpec, the Alias Manager, \program{finder} aliases,
-and the Standard File package.
-
-\item[macic]
---- Internet Config.
-
-\item[MacOS]
---- Access to MacOS specific interpreter features.
-
-\item[macostools]
---- Convenience routines for file manipulation.
-
-\item[findertools]
---- Wrappers around the \program{finder}'s Apple Events interface.
-
-\item[mactcp]
---- The MacTCP interfaces.
-
-\item[macspeech]
---- Interface to the Macintosh Speech Manager.
-
-\item[EasyDialogs]
---- Basic Macintosh dialogs.
-
-\item[FrameWork]
---- Interactive application framework.
-
-\item[MiniAEFrame]
---- Support to act as an Open Scripting Architecture (OSA) server
-(``Apple Events'').
+\section{Built-in Module \module{mac}}
+\declaremodule{builtin}{mac}
-\end{description}
+\modulesynopsis{Similar interfaces to the \module{posix} module.}
-\section{Built-in Module \module{mac}}
-\label{module-mac}
-\bimodindex{mac}
-
This module provides a subset of the operating system dependent
functionality provided by the optional built-in module \module{posix}.
It is best accessed through the more portable standard module
@@ -126,9 +78,12 @@ returns the same information as \function{stat()}, but with three extra
values appended: the size of the resource fork of the file and its
4-character creator and type.
+
\section{Standard Module \module{macpath}}
-\label{module-macpath}
-\stmodindex{macpath}
+\declaremodule{standard}{macpath}
+
+\modulesynopsis{MacOS path manipulation functions.}
+
This module provides a subset of the pathname manipulation functions
available from the optional standard module \module{posixpath}. It is