summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>1999-06-10 21:17:11 (GMT)
committerFred Drake <fdrake@acm.org>1999-06-10 21:17:11 (GMT)
commit4d5c87ba119d0259cbe75eda6d36a11140b52eef (patch)
tree6cb011581b53552be937e8742565f280cdca0959 /Doc/lib/libundoc.tex
parentb269302695eb6ca3be3a466dd89429b8b63f8b0e (diff)
downloadcpython-4d5c87ba119d0259cbe75eda6d36a11140b52eef.zip
cpython-4d5c87ba119d0259cbe75eda6d36a11140b52eef.tar.gz
cpython-4d5c87ba119d0259cbe75eda6d36a11140b52eef.tar.bz2
Declare the "util" module obsolete.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-rw-r--r--Doc/lib/libundoc.tex6
1 files changed, 3 insertions, 3 deletions
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 @@ 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.