Declare the "util" module obsolete.
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index fcd88c1..0c4fdf8 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -145,9 +145,6 @@
 \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 @@
 --- 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.