diff options
author | Fred Drake <fdrake@acm.org> | 2001-07-10 14:19:45 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2001-07-10 14:19:45 (GMT) |
commit | 12060e5ed375694d1f9104389344ff4bba4b9118 (patch) | |
tree | cb82f73b8132c18f291c381339904f70a092753c /Doc | |
parent | 39f1b3656ed1fdd98d908a21e1b0aafa6b4e75c4 (diff) | |
download | cpython-12060e5ed375694d1f9104389344ff4bba4b9118.zip cpython-12060e5ed375694d1f9104389344ff4bba4b9118.tar.gz cpython-12060e5ed375694d1f9104389344ff4bba4b9118.tar.bz2 |
Added descriptions for some modules that previously did not have any
information about them, based on comments from Jack Jansen.
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/mac/undoc.tex | 35 |
1 files changed, 26 insertions, 9 deletions
diff --git a/Doc/mac/undoc.tex b/Doc/mac/undoc.tex index 0406fcf..d33fbda 100644 --- a/Doc/mac/undoc.tex +++ b/Doc/mac/undoc.tex @@ -11,13 +11,19 @@ touch with \email{python-docs@python.org}. \section{\module{buildtools} --- Helper module for BuildApplet and Friends} \declaremodule{standard}{buildtools} \platform{Mac} -\modulesynopsis{Helper module for BuildApplet, BuildApplication and macfreeze} +\modulesynopsis{Helper module for BuildApplet, BuildApplication and + macfreeze} -\section{\module{py_resource} --- } +\section{\module{py_resource} --- Resources from Python code} \declaremodule[pyresource]{standard}{py_resource} \platform{Mac} -\modulesynopsis{} +\modulesynopsis{Helper to create \texttt{'PYC '} resources for compiled + applications} + +This module is primarily used as a help module for BuildApplet and +BuildApplication. It is able to store compiled Python code as +\texttt{'PYC '} resources in a file. \section{\module{cfmfile} --- Code Fragment Resource module} @@ -61,10 +67,10 @@ with a version that uses Internet Config to set file type and creator for new files. -\section{\module{mactty} --- } +\section{\module{mactty} --- Serial line connections} \declaremodule{standard}{mactty} \platform{Mac} -\modulesynopsis{} +\modulesynopsis{Easy access serial to line connections} \section{\module{nsremote} --- Wrapper around Netscape OSA modules} @@ -89,16 +95,27 @@ allows access to the fields by name. It also has methods to convert to and from \module{PIL} images. -\section{\module{preferences} --- } +\section{\module{preferences} --- Application preferences manager} \declaremodule{standard}{preferences} \platform{Mac} -\modulesynopsis{} +\modulesynopsis{Nice application preferences manager with support for + defaults} + +The \module{preferences} module allows storage of user preferences in +the system-wide preferences folder, with defaults coming from the +application itself and the possibility to override preferences for +specific situations. -\section{\module{pythonprefs} --- } +\section{\module{pythonprefs} --- Preferences manager for Python} \declaremodule{standard}{pythonprefs} \platform{Mac} -\modulesynopsis{} +\modulesynopsis{Specialized preferences manager for the Python + interpreter} + +This module is a specialization of the \refmodule{preferences} module +that allows reading and writing of the preferences for the Python +interpreter. \section{\module{quietconsole} --- non-visible stdout output} |