diff options
author | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 (GMT) |
---|---|---|
committer | Guido van Rossum <guido@python.org> | 1995-02-28 17:14:32 (GMT) |
commit | 8675115e5f55e69fdb30ebba95e7a6a5216e133c (patch) | |
tree | d09dfc7242177a6061808ab9866d418efbeea0ed /Doc/mac | |
parent | e4be9be99a7fb0f30e57803fda355321f64b0b05 (diff) | |
download | cpython-8675115e5f55e69fdb30ebba95e7a6a5216e133c.zip cpython-8675115e5f55e69fdb30ebba95e7a6a5216e133c.tar.gz cpython-8675115e5f55e69fdb30ebba95e7a6a5216e133c.tar.bz2 |
a few typographical changes (e.g. -- => ---) and lots of new stuff in the WWW chapter
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmac.tex | 6 | ||||
-rw-r--r-- | Doc/mac/libmacconsole.tex | 2 | ||||
-rw-r--r-- | Doc/mac/libmacfs.tex | 2 | ||||
-rw-r--r-- | Doc/mac/libmacspeech.tex | 2 |
4 files changed, 11 insertions, 1 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index 77c8956..9a6ccd9 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -1,6 +1,6 @@ \chapter{MACINTOSH ONLY} -The following modules are available on the Apple Macintosh only. +The modules in this chapter are available on the Apple Macintosh only. \section{Built-in module \sectcode{mac}} @@ -38,3 +38,7 @@ The following functions are available in this module: \code{isdir}, \code{isfile}, \code{exists}. + +\input{libmacconsole} +\input{libmacfs} +\input{libmacspeech} diff --git a/Doc/mac/libmacconsole.tex b/Doc/mac/libmacconsole.tex index 1a09e6b..0be429b 100644 --- a/Doc/mac/libmacconsole.tex +++ b/Doc/mac/libmacconsole.tex @@ -1,6 +1,8 @@ \section{Built-in module \sectcode{macconsole}} \bimodindex{macconsole} +\renewcommand{\indexsubitem}{(in module macconsole)} + This module is available on the Macintosh, provided Python has been built using the Think C compiler. It provides an interface to the Think console package, with which basic text windows can be created. diff --git a/Doc/mac/libmacfs.tex b/Doc/mac/libmacfs.tex index 86d108a..bd22498 100644 --- a/Doc/mac/libmacfs.tex +++ b/Doc/mac/libmacfs.tex @@ -1,6 +1,8 @@ \section{Built-in module \sectcode{macfs}} \bimodindex{macfs} +\renewcommand{\indexsubitem}{(in module macfs)} + This module provides access to macintosh FSSpec handling, the Alias Manager, finder aliases and the Standard File package. diff --git a/Doc/mac/libmacspeech.tex b/Doc/mac/libmacspeech.tex index 7c71c44..0c1d88c 100644 --- a/Doc/mac/libmacspeech.tex +++ b/Doc/mac/libmacspeech.tex @@ -1,6 +1,8 @@ \section{Built-in module \sectcode{macspeech}} \bimodindex{macspeech} +\renewcommand{\indexsubitem}{(in module macspeech)} + This module provides an interface to the Macintosh Speech Manager, allowing you to let the macintosh utter phrases. You need a version of the speech manager extension (version 1 and 2 have been tested) in |