Exceptions raised during renaming in rotating file handlers are now passed to handleE...
[python.git] / Doc / mac / undoc.tex
blob63a4dbda16bc44c6e2352ef954fe9a0d61394a67
1 \chapter{Undocumented Modules \label{undocumented-modules}}
4 The modules in this chapter are poorly documented (if at all). If you
5 wish to contribute documentation of any of these modules, please get in
6 touch with
7 \ulink{\email{docs@python.org}}{mailto:docs@python.org}.
9 \localmoduletable
12 \section{\module{applesingle} --- AppleSingle decoder}
13 \declaremodule{standard}{applesingle}
14 \platform{Mac}
15 \modulesynopsis{Rudimentary decoder for AppleSingle format files.}
18 \section{\module{buildtools} --- Helper module for BuildApplet and Friends}
19 \declaremodule{standard}{buildtools}
20 \platform{Mac}
21 \modulesynopsis{Helper module for BuildApplet, BuildApplication and
22 macfreeze.}
24 \deprecated{2.4}
26 \section{\module{cfmfile} --- Code Fragment Resource module}
27 \declaremodule{standard}{cfmfile}
28 \platform{Mac}
29 \modulesynopsis{Code Fragment Resource module.}
31 \module{cfmfile} is a module that understands Code Fragments and the
32 accompanying ``cfrg'' resources. It can parse them and merge them, and is
33 used by BuildApplication to combine all plugin modules to a single
34 executable.
36 \deprecated{2.4}
38 \section{\module{icopen} --- Internet Config replacement for \method{open()}}
39 \declaremodule{standard}{icopen}
40 \platform{Mac}
41 \modulesynopsis{Internet Config replacement for \method{open()}.}
43 Importing \module{icopen} will replace the builtin \method{open()}
44 with a version that uses Internet Config to set file type and creator
45 for new files.
48 \section{\module{macerrors} --- Mac OS Errors}
49 \declaremodule{standard}{macerrors}
50 \platform{Mac}
51 \modulesynopsis{Constant definitions for many Mac OS error codes.}
53 \module{macerrors} contains constant definitions for many Mac OS error
54 codes.
57 \section{\module{macresource} --- Locate script resources}
58 \declaremodule{standard}{macresource}
59 \platform{Mac}
60 \modulesynopsis{Locate script resources.}
62 \module{macresource} helps scripts finding their resources, such as
63 dialogs and menus, without requiring special case code for when the
64 script is run under MacPython, as a MacPython applet or under OSX Python.
66 \section{\module{Nav} --- NavServices calls}
67 \declaremodule{standard}{Nav}
68 \platform{Mac}
69 \modulesynopsis{Interface to Navigation Services.}
71 A low-level interface to Navigation Services.
73 \section{\module{PixMapWrapper} --- Wrapper for PixMap objects}
74 \declaremodule{standard}{PixMapWrapper}
75 \platform{Mac}
76 \modulesynopsis{Wrapper for PixMap objects.}
78 \module{PixMapWrapper} wraps a PixMap object with a Python object that
79 allows access to the fields by name. It also has methods to convert
80 to and from \module{PIL} images.
82 \section{\module{videoreader} --- Read QuickTime movies}
83 \declaremodule{standard}{videoreader}
84 \platform{Mac}
85 \modulesynopsis{Read QuickTime movies frame by frame for further processing.}
87 \module{videoreader} reads and decodes QuickTime movies and passes
88 a stream of images to your program. It also provides some support for
89 audio tracks.
91 \section{\module{W} --- Widgets built on \module{FrameWork}}
92 \declaremodule{standard}{W}
93 \platform{Mac}
94 \modulesynopsis{Widgets for the Mac, built on top of \refmodule{FrameWork}.}
96 The \module{W} widgets are used extensively in the \program{IDE}.
98 \section{\module{waste} --- non-Apple \program{TextEdit} replacement}
99 \declaremodule{standard}{waste}
100 \platform{Mac}
101 \modulesynopsis{Interface to the ``WorldScript-Aware Styled Text Engine.''}
103 \begin{seealso}
104 \seetitle[http://www.merzwaren.com/waste/]{About WASTE}{Information
105 about the WASTE widget and library, including
106 documentation and downloads.}
107 \end{seealso}