File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -30,47 +30,5 @@ documented beyond this mention. There's little need to document these.
3030Multimedia
3131==========
3232
33- :mod: `linuxaudiodev `
34- --- Play audio data on the Linux audio device. Replaced in Python 2.3 by the
35- :mod: `ossaudiodev ` module.
36-
3733:mod: `sunaudio `
3834 --- Interpret Sun audio headers (may become obsolete or a tool/demo).
39-
40- .. _obsolete-modules :
41-
42- Obsolete
43- ========
44-
45- These modules are not normally available for import; additional work must be
46- done to make them available.
47-
48- These extension modules written in C are not built by default. Under Unix, these
49- must be enabled by uncommenting the appropriate lines in :file: `Modules/Setup `
50- in the build tree and either rebuilding Python if the modules are statically
51- linked, or building and installing the shared object if using dynamically-loaded
52- extensions.
53-
54- .. XXX new explanation of lib-old necessary
55-
56- Those which are written in Python will be installed into the directory
57- \file{lib-old/} installed as part of the standard library. To use
58- these, the directory must be added to \code{sys.path}, possibly using
59- \envvar{PYTHONPATH}.
60-
61- :mod: `timing `
62- --- Measure time intervals to high resolution (use :func: `time.clock ` instead).
63-
64-
65- SGI-specific Extension modules
66- ==============================
67-
68- The following are SGI specific, and may be out of touch with the current version
69- of reality.
70-
71- :mod: `cl `
72- --- Interface to the SGI compression library.
73-
74- :mod: `sv `
75- --- Interface to the "simple video" board on SGI Indigo (obsolete hardware).
76-
You can’t perform that action at this time.
0 commit comments