diff options
author | Fred Drake <fdrake@acm.org> | 1999-01-05 23:09:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-01-05 23:09:12 (GMT) |
commit | 60adb362df847702ae6f5b48533446fa06911500 (patch) | |
tree | 47a47cab82beb4f6603f834b2d989cdea90e2e81 /Doc/lib/libundoc.tex | |
parent | a2e40173949031e1c97877fad0202b186c3d3d53 (diff) | |
download | cpython-60adb362df847702ae6f5b48533446fa06911500.zip cpython-60adb362df847702ae6f5b48533446fa06911500.tar.gz cpython-60adb362df847702ae6f5b48533446fa06911500.tar.bz2 |
Document the sndhdr module.
Document that the whatsound module is obsolete.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r-- | Doc/lib/libundoc.tex | 9 |
1 files changed, 3 insertions, 6 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index 22684d8..5d1b3ca 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -143,14 +143,8 @@ sizes (used by pdb) \item[toaiff.py] --- Convert "arbitrary" sound files to AIFF files -\item[sndhdr.py] ---- recognizing sound files - \item[wave.py] --- parse WAVE files - -\item[whatsound.py] ---- recognizing sound files \end{description} @@ -232,6 +226,9 @@ func.func_name, co.co_firstlineno). --- Measure time intervals to high resolution (use \function{time.clock()} instead). (This is an extension module.) +\item[whatsound.py] +--- recognizing sound files + \item[zmod.py] --- Compute properties of mathematical "fields" \end{description} |