Declare the "util" module obsolete.

This commit is contained in:
Fred Drake 1999-06-10 21:17:11 +00:00
parent b269302695
commit 4d5c87ba11

View file

@ -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.