summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libundoc.tex
diff options
context:
space:
mode:
authorFred Drake <fdrake@acm.org>2001-03-20 23:13:53 (GMT)
committerFred Drake <fdrake@acm.org>2001-03-20 23:13:53 (GMT)
commit4e6d09e369ea929d639755473339d1d1aeee28cc (patch)
tree34eb794497638787195f74c58ed2d65176644807 /Doc/lib/libundoc.tex
parent4df3c5284f334fc77ffdf7cf7f32e6a93b787440 (diff)
downloadcpython-4e6d09e369ea929d639755473339d1d1aeee28cc.zip
cpython-4e6d09e369ea929d639755473339d1d1aeee28cc.tar.gz
cpython-4e6d09e369ea929d639755473339d1d1aeee28cc.tar.bz2
Moved the description of the tzparse module to the "Obsolete" section
and note that it fails when the TZ environment variable is not set. This closes SF bug #409683.
Diffstat (limited to 'Doc/lib/libundoc.tex')
-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.