Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 628b1b3

Browse files
committed
Clean up list of undocumented modules as most of them have been removed in Python 3.0.
1 parent 40c8f23 commit 628b1b3

1 file changed

Lines changed: 0 additions & 42 deletions

File tree

Doc/library/undoc.rst

Lines changed: 0 additions & 42 deletions
Original file line numberDiff line numberDiff line change
@@ -30,47 +30,5 @@ documented beyond this mention. There's little need to document these.
3030
Multimedia
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-

0 commit comments

Comments
 (0)