]> granicus.if.org Git - python/commitdiff
Moved the description of the tzparse module to the "Obsolete" section
authorFred Drake <fdrake@acm.org>
Tue, 20 Mar 2001 23:13:53 +0000 (23:13 +0000)
committerFred Drake <fdrake@acm.org>
Tue, 20 Mar 2001 23:13:53 +0000 (23:13 +0000)
and note that it fails when the TZ environment variable is not set.

This closes SF bug #409683.

Doc/lib/libundoc.tex

index f5abb2121c8eea782f950638e067588eeec12776..c36bac622b51ceb7f07975c0366aac57d851bf08 100644 (file)
@@ -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.