diff options
author | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1998-07-23 17:55:31 (GMT) |
commit | fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1 (patch) | |
tree | b31bb7ae7e63ca3219475df2533dc298d06e34e6 /Doc/mac/libmacostools.tex | |
parent | dfb658c3867260ae97a79f74df82a9278f319abb (diff) | |
download | cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.zip cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.gz cpython-fe7f3bc2aa5c59699aa87f6fbe6831f3742039a1.tar.bz2 |
Adjusted to use the new \declaremodule \modulesynopsis \localmoduletable
macros.
Diffstat (limited to 'Doc/mac/libmacostools.tex')
-rw-r--r-- | Doc/mac/libmacostools.tex | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/Doc/mac/libmacostools.tex b/Doc/mac/libmacostools.tex index 9586285..4930d70 100644 --- a/Doc/mac/libmacostools.tex +++ b/Doc/mac/libmacostools.tex @@ -1,6 +1,8 @@ \section{Standard Module \module{macostools}} -\label{module-macostools} -\stmodindex{macostools} +\declaremodule{standard}{macostools} + +\modulesynopsis{Convenience routines for file manipulation.} + This module contains some convenience routines for file-manipulation on the Macintosh. @@ -48,8 +50,10 @@ the Apple documentation. Hence, aliases created with \function{mkalias()} could conceivably have incompatible behaviour in some cases. \section{Standard Module \module{findertools}} -\label{module-findertools} -\stmodindex{findertools} +\declaremodule{standard}{findertools} + +\modulesynopsis{Wrappers around the \program{finder}'s Apple Events interface.} + This module contains routines that give Python programs access to some functionality provided by the finder. They are implemented as wrappers |