summaryrefslogtreecommitdiffstats
path: root/Doc/lib
diff options
context:
space:
mode:
Diffstat (limited to 'Doc/lib')
-rw-r--r--Doc/lib/libundoc.tex9
1 files changed, 5 insertions, 4 deletions
diff --git a/Doc/lib/libundoc.tex b/Doc/lib/libundoc.tex
index f5abb21..c36bac6 100644
--- a/Doc/lib/libundoc.tex
+++ b/Doc/lib/libundoc.tex
@@ -45,10 +45,6 @@ Some of these are very old and/or not very robust; marked with ``hmm.''
\item[\module{ihooks}]
--- Import hook support (for \refmodule{rexec}; may become obsolete).
-
-\item[\module{tzparse}]
---- Parse a timezone specification (unfinished; may disappear in the
-future).
\end{description}
@@ -167,6 +163,11 @@ with \module{regex} (extension module). Refer to the
--- Measure time intervals to high resolution (use
\function{time.clock()} instead). (This is an extension module.)
+\item[\module{tzparse}]
+--- Parse a timezone specification (unfinished; may disappear in the
+future, and does not work when the \envvar{TZ} environment variable is
+not set).
+
\item[\module{util}]
--- Useful functions that don't fit elsewhere.