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.
This commit is contained in:
Fred Drake 2001-03-20 23:13:53 +00:00
parent 4df3c5284f
commit 4e6d09e369

View 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.