From: Fred Drake Date: Thu, 10 Jun 1999 21:17:11 +0000 (+0000) Subject: Declare the "util" module obsolete. X-Git-Tag: v1.6a1~1243 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=4d5c87ba119d0259cbe75eda6d36a11140b52eef;p=thirdparty%2FPython%2Fcpython.git Declare the "util" module obsolete. --- diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex index fcd88c12fde7..0c4fdf810d69 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.