]> granicus.if.org Git - python/commitdiff
Declare the "util" module obsolete.
authorFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 21:17:11 +0000 (21:17 +0000)
committerFred Drake <fdrake@acm.org>
Thu, 10 Jun 1999 21:17:11 +0000 (21:17 +0000)
Doc/lib/libundoc.tex

index fcd88c12fde7ebb60d16f4c4bdc9d9cb6210ed5c..0c4fdf810d698212d62f142135333d41cddf8f31 100644 (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.