diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-11 20:18:04 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2001-09-11 20:18:04 (GMT) |
commit | 827713a66003de3b841ab5c25b4d15d454f24afa (patch) | |
tree | a06cc2d4dcdc07b90603b2f5f8a41dd8e0a8d6ca /Doc/mac | |
parent | 85ddfbc4cb6abf64117882de09e86ca7a817e063 (diff) | |
download | cpython-827713a66003de3b841ab5c25b4d15d454f24afa.zip cpython-827713a66003de3b841ab5c25b4d15d454f24afa.tar.gz cpython-827713a66003de3b841ab5c25b4d15d454f24afa.tar.bz2 |
Added a note that these are not available under Carbon (or
OSX MachO Python).
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libctb.tex | 5 | ||||
-rw-r--r-- | Doc/mac/libmacspeech.tex | 6 |
2 files changed, 8 insertions, 3 deletions
diff --git a/Doc/mac/libctb.tex b/Doc/mac/libctb.tex index 2cb2b03..9950a41 100644 --- a/Doc/mac/libctb.tex +++ b/Doc/mac/libctb.tex @@ -9,7 +9,10 @@ This module provides a partial interface to the Macintosh Communications Toolbox. Currently, only Connection Manager tools are -supported. It may not be available in all Mac Python versions. +supported. + +This module is only available under MacOS9 or earlier, in classic PPC +MacPython. \index{Communications Toolbox, Macintosh} \index{Macintosh Communications Toolbox} \index{Connection Manager} diff --git a/Doc/mac/libmacspeech.tex b/Doc/mac/libmacspeech.tex index 413b875..2022178 100644 --- a/Doc/mac/libmacspeech.tex +++ b/Doc/mac/libmacspeech.tex @@ -12,8 +12,10 @@ 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 your \file{Extensions} folder for this to work. The module does not -provide full access to all features of the Speech Manager yet. It may -not be available in all Mac Python versions. +provide full access to all features of the Speech Manager. + +This module is only available on MacOS9 and earlier in classic PPC +MacPython. \begin{funcdesc}{Available}{} Test availability of the Speech Manager extension (and, on the |