diff options
| author | Fred Drake <fdrake@acm.org> | 1999-06-10 21:17:11 +0000 |
|---|---|---|
| committer | Fred Drake <fdrake@acm.org> | 1999-06-10 21:17:11 +0000 |
| commit | 4d5c87ba119d0259cbe75eda6d36a11140b52eef (patch) | |
| tree | 6cb011581b53552be937e8742565f280cdca0959 /Doc/lib/libundoc.tex | |
| parent | b269302695eb6ca3be3a466dd89429b8b63f8b0e (diff) | |
| download | cpython-git-4d5c87ba119d0259cbe75eda6d36a11140b52eef.tar.gz | |
Declare the "util" module obsolete.
Diffstat (limited to 'Doc/lib/libundoc.tex')
| -rw-r--r-- | Doc/lib/libundoc.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index fcd88c12fd..0c4fdf810d 100644 --- a/Doc/lib/libundoc.tex +++ b/Doc/lib/libundoc.tex @@ -145,9 +145,6 @@ library \item[sched.py] --- event scheduler class -\item[util.py] ---- useful functions that don't fit elsewhere - \item[tzparse.py] --- Parse a timezone specification (unfinished) \end{description} @@ -195,6 +192,9 @@ func.func_name, co.co_firstlineno). --- Measure time intervals to high resolution (use \function{time.clock()} instead). (This is an extension module.) +\item[util.py] +--- Useful functions that don't fit elsewhere. + \item[whatsound.py] --- Recognize sound files; use \refmodule{sndhdr} instead. |
