diff options
author | Fred Drake <fdrake@acm.org> | 2000-10-14 05:39:08 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2000-10-14 05:39:08 (GMT) |
commit | c7babad2a06b2879e13bcbd272873fc5075936e2 (patch) | |
tree | 411178ada7a68272e50a5a0e736f6388b7b0eb46 /Doc/mac | |
parent | 8e850ee0f2681dd8b22716694a45d5795ac5f737 (diff) | |
download | cpython-c7babad2a06b2879e13bcbd272873fc5075936e2.zip cpython-c7babad2a06b2879e13bcbd272873fc5075936e2.tar.gz cpython-c7babad2a06b2879e13bcbd272873fc5075936e2.tar.bz2 |
Remove everything that is not module documentation.
It is no longer needed here.
Diffstat (limited to 'Doc/mac')
-rw-r--r-- | Doc/mac/libmac.tex | 41 |
1 files changed, 0 insertions, 41 deletions
diff --git a/Doc/mac/libmac.tex b/Doc/mac/libmac.tex index ad21192..7644d81 100644 --- a/Doc/mac/libmac.tex +++ b/Doc/mac/libmac.tex @@ -1,44 +1,3 @@ -\section{Introduction} -\label{intro} - -The modules in this manual are available on the Apple Macintosh only. - -Aside from the modules described here there are also interfaces to -various MacOS toolboxes, which are currently not extensively -described. The toolboxes for which modules exist are: -\module{AE} (Apple Events), -\module{Cm} (Component Manager), -\module{Ctl} (Control Manager), -\module{Dlg} (Dialog Manager), -\module{Evt} (Event Manager), -\module{Fm} (Font Manager), -\module{List} (List Manager), -\module{Menu} (Moenu Manager), -\module{Qd} (QuickDraw), -\module{Qt} (QuickTime), -\module{Res} (Resource Manager and Handles), -\module{Scrap} (Scrap Manager), -\module{Snd} (Sound Manager), -\module{TE} (TextEdit), -\module{Waste} (non-Apple \program{TextEdit} replacement) and -\module{Win} (Window Manager). - -If applicable the module will define a number of Python objects for -the various structures declared by the toolbox, and operations will be -implemented as methods of the object. Other operations will be -implemented as functions in the module. Not all operations possible in -\C{} will also be possible in Python (callbacks are often a problem), and -parameters will occasionally be different in Python (input and output -buffers, especially). All methods and functions have a \code{__doc__} -string describing their arguments and return values, and for -additional description you are referred to \citetitle{Inside -Macintosh} or similar works. - -The following modules are documented here: - -\localmoduletable - - \section{\module{mac} --- Implementations for the \module{os} module} |