blob: ac646c5f303dda05d7f7ae8563eebd678041f967 [file] [log] [blame]
Georg Brandl8ec7f652007-08-15 14:28:01 +00001
2.. _undoc:
3
4********************
5Undocumented Modules
6********************
7
8Here's a quick listing of modules that are currently undocumented, but that
9should be documented. Feel free to contribute documentation for them! (Send
10via email to docs@python.org.)
11
12The idea and original contents for this chapter were taken from a posting by
13Fredrik Lundh; the specific contents of this chapter have been substantially
14revised.
15
16
17Miscellaneous useful utilities
18==============================
19
20Some of these are very old and/or not very robust; marked with "hmm."
21
Georg Brandl8ec7f652007-08-15 14:28:01 +000022:mod:`ihooks`
23 --- Import hook support (for :mod:`rexec`; may become obsolete).
Georg Brandlc62ef8b2009-01-03 20:55:06 +000024
Brett Cannona975cd42008-05-11 01:06:54 +000025 .. warning:: The :mod:`ihooks` module has been removed in Python 3.0.
Georg Brandl8ec7f652007-08-15 14:28:01 +000026
27
28Platform specific modules
29=========================
30
31These modules are used to implement the :mod:`os.path` module, and are not
32documented beyond this mention. There's little need to document these.
33
34:mod:`ntpath`
35 --- Implementation of :mod:`os.path` on Win32, Win64, WinCE, and OS/2 platforms.
36
37:mod:`posixpath`
38 --- Implementation of :mod:`os.path` on POSIX.
39
40:mod:`bsddb185`
41 --- Backwards compatibility module for systems which still use the Berkeley DB
42 1.85 module. It is normally only available on certain BSD Unix-based systems.
43 It should never be used directly.
44
45
46Multimedia
47==========
48
49:mod:`audiodev`
50 --- Platform-independent API for playing audio data.
51
Brett Cannone5d2cba2008-05-06 23:23:34 +000052 .. warning:: The :mod:`audiodev` module has been removed in 3.0.
53
Georg Brandl8ec7f652007-08-15 14:28:01 +000054:mod:`linuxaudiodev`
55 --- Play audio data on the Linux audio device. Replaced in Python 2.3 by the
56 :mod:`ossaudiodev` module.
Georg Brandlc62ef8b2009-01-03 20:55:06 +000057
Brett Cannona975cd42008-05-11 01:06:54 +000058 .. warning:: The :mod:`linuxaudiodev` module has been removed in Python 3.0.
Georg Brandl8ec7f652007-08-15 14:28:01 +000059
60:mod:`sunaudio`
61 --- Interpret Sun audio headers (may become obsolete or a tool/demo).
62
Brett Cannon1e8fba72008-07-18 19:30:22 +000063 .. warning:: The :mod:`sunaudio` module has been removed in Python 3.0.
64
Georg Brandl8ec7f652007-08-15 14:28:01 +000065:mod:`toaiff`
66 --- Convert "arbitrary" sound files to AIFF files; should probably become a tool
67 or demo. Requires the external program :program:`sox`.
68
69
Brett Cannonfa24d9a2008-05-09 05:32:42 +000070 .. warning:: The :mod:`toaiff` module has been removed in 3.0.
71
72
Georg Brandl8ec7f652007-08-15 14:28:01 +000073.. _undoc-mac-modules:
74
75Undocumented Mac OS modules
76===========================
77
78
79:mod:`applesingle` --- AppleSingle decoder
80------------------------------------------
81
82.. module:: applesingle
83 :platform: Mac
84 :synopsis: Rudimentary decoder for AppleSingle format files.
Benjamin Peterson23681932008-05-12 21:42:13 +000085 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +000086
Benjamin Peterson23681932008-05-12 21:42:13 +000087.. deprecated:: 2.6
Georg Brandl8ec7f652007-08-15 14:28:01 +000088
89
90:mod:`buildtools` --- Helper module for BuildApplet and Friends
91---------------------------------------------------------------
92
93.. module:: buildtools
94 :platform: Mac
95 :synopsis: Helper module for BuildApplet, BuildApplication and macfreeze.
Benjamin Peterson23681932008-05-12 21:42:13 +000096 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +000097
98
99.. deprecated:: 2.4
100
101:mod:`cfmfile` --- Code Fragment Resource module
102------------------------------------------------
103
104.. module:: cfmfile
105 :platform: Mac
106 :synopsis: Code Fragment Resource module.
Benjamin Peterson23681932008-05-12 21:42:13 +0000107 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000108
109
110:mod:`cfmfile` is a module that understands Code Fragments and the accompanying
111"cfrg" resources. It can parse them and merge them, and is used by
112BuildApplication to combine all plugin modules to a single executable.
113
114.. deprecated:: 2.4
115
116:mod:`icopen` --- Internet Config replacement for :meth:`open`
117--------------------------------------------------------------
118
119.. module:: icopen
120 :platform: Mac
121 :synopsis: Internet Config replacement for open().
Benjamin Peterson23681932008-05-12 21:42:13 +0000122 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000123
124
125Importing :mod:`icopen` will replace the builtin :meth:`open` with a version
126that uses Internet Config to set file type and creator for new files.
127
Benjamin Peterson23681932008-05-12 21:42:13 +0000128.. deprecated:: 2.6
129
Georg Brandl8ec7f652007-08-15 14:28:01 +0000130
131:mod:`macerrors` --- Mac OS Errors
132----------------------------------
133
134.. module:: macerrors
135 :platform: Mac
136 :synopsis: Constant definitions for many Mac OS error codes.
Benjamin Peterson23681932008-05-12 21:42:13 +0000137 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000138
139
140:mod:`macerrors` contains constant definitions for many Mac OS error codes.
141
Benjamin Peterson23681932008-05-12 21:42:13 +0000142.. deprecated:: 2.6
143
Georg Brandl8ec7f652007-08-15 14:28:01 +0000144
145:mod:`macresource` --- Locate script resources
146----------------------------------------------
147
148.. module:: macresource
149 :platform: Mac
150 :synopsis: Locate script resources.
Benjamin Peterson23681932008-05-12 21:42:13 +0000151 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000152
153
154:mod:`macresource` helps scripts finding their resources, such as dialogs and
155menus, without requiring special case code for when the script is run under
156MacPython, as a MacPython applet or under OSX Python.
157
Benjamin Peterson23681932008-05-12 21:42:13 +0000158.. deprecated:: 2.6
159
Georg Brandl8ec7f652007-08-15 14:28:01 +0000160
161:mod:`Nav` --- NavServices calls
162--------------------------------
163
164.. module:: Nav
165 :platform: Mac
166 :synopsis: Interface to Navigation Services.
Benjamin Peterson23681932008-05-12 21:42:13 +0000167 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000168
169
170A low-level interface to Navigation Services.
171
Benjamin Peterson23681932008-05-12 21:42:13 +0000172.. deprecated:: 2.6
173
Georg Brandl8ec7f652007-08-15 14:28:01 +0000174
175:mod:`PixMapWrapper` --- Wrapper for PixMap objects
176---------------------------------------------------
177
178.. module:: PixMapWrapper
179 :platform: Mac
180 :synopsis: Wrapper for PixMap objects.
Benjamin Peterson23681932008-05-12 21:42:13 +0000181 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000182
183
184:mod:`PixMapWrapper` wraps a PixMap object with a Python object that allows
185access to the fields by name. It also has methods to convert to and from
186:mod:`PIL` images.
187
Benjamin Peterson23681932008-05-12 21:42:13 +0000188.. deprecated:: 2.6
189
Georg Brandl8ec7f652007-08-15 14:28:01 +0000190
191:mod:`videoreader` --- Read QuickTime movies
192--------------------------------------------
193
194.. module:: videoreader
195 :platform: Mac
196 :synopsis: Read QuickTime movies frame by frame for further processing.
Benjamin Peterson23681932008-05-12 21:42:13 +0000197 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000198
199
200:mod:`videoreader` reads and decodes QuickTime movies and passes a stream of
201images to your program. It also provides some support for audio tracks.
202
Benjamin Peterson23681932008-05-12 21:42:13 +0000203.. deprecated:: 2.6
204
Georg Brandl8ec7f652007-08-15 14:28:01 +0000205
206:mod:`W` --- Widgets built on :mod:`FrameWork`
207----------------------------------------------
208
209.. module:: W
210 :platform: Mac
211 :synopsis: Widgets for the Mac, built on top of FrameWork.
Benjamin Peterson23681932008-05-12 21:42:13 +0000212 :deprecated:
Georg Brandl8ec7f652007-08-15 14:28:01 +0000213
214
215The :mod:`W` widgets are used extensively in the :program:`IDE`.
216
Benjamin Peterson23681932008-05-12 21:42:13 +0000217.. deprecated:: 2.6
218
Georg Brandl8ec7f652007-08-15 14:28:01 +0000219
220.. _obsolete-modules:
221
222Obsolete
223========
224
225These modules are not normally available for import; additional work must be
226done to make them available.
227
228These extension modules written in C are not built by default. Under Unix, these
229must be enabled by uncommenting the appropriate lines in :file:`Modules/Setup`
230in the build tree and either rebuilding Python if the modules are statically
231linked, or building and installing the shared object if using dynamically-loaded
232extensions.
233
Georg Brandlb19be572007-12-29 10:57:00 +0000234.. (lib-old is empty as of Python 2.5)
Georg Brandl8ec7f652007-08-15 14:28:01 +0000235
Georg Brandlb19be572007-12-29 10:57:00 +0000236 Those which are written in Python will be installed into the directory
237 \file{lib-old/} installed as part of the standard library. To use
238 these, the directory must be added to \code{sys.path}, possibly using
239 \envvar{PYTHONPATH}.
Georg Brandl8ec7f652007-08-15 14:28:01 +0000240
241:mod:`timing`
242 --- Measure time intervals to high resolution (use :func:`time.clock` instead).
Georg Brandlc62ef8b2009-01-03 20:55:06 +0000243
Brett Cannonbb141bb2008-05-12 03:47:47 +0000244 .. warning:: The :mod:`timing` module has been removed in Python 3.0.
Georg Brandl8ec7f652007-08-15 14:28:01 +0000245
246
247SGI-specific Extension modules
248==============================
249
250The following are SGI specific, and may be out of touch with the current version
251of reality.
252
253:mod:`cl`
254 --- Interface to the SGI compression library.
255
256:mod:`sv`
257 --- Interface to the "simple video" board on SGI Indigo (obsolete hardware).
Georg Brandlc62ef8b2009-01-03 20:55:06 +0000258
Brett Cannonac861b52008-05-12 03:45:59 +0000259 .. warning:: The :mod:`sv` module has been removed in Python 3.0.
Georg Brandl8ec7f652007-08-15 14:28:01 +0000260