Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 4e6d09e

Browse files
committed
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.
1 parent 4df3c52 commit 4e6d09e

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

Doc/lib/libundoc.tex

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,6 @@ \section{Miscellaneous useful utilities}
4545

4646
\item[\module{ihooks}]
4747
--- Import hook support (for \refmodule{rexec}; may become obsolete).
48-
49-
\item[\module{tzparse}]
50-
--- Parse a timezone specification (unfinished; may disappear in the
51-
future).
5248
\end{description}
5349

5450

@@ -167,6 +163,11 @@ \section{Obsolete \label{obsolete-modules}}
167163
--- Measure time intervals to high resolution (use
168164
\function{time.clock()} instead). (This is an extension module.)
169165

166+
\item[\module{tzparse}]
167+
--- Parse a timezone specification (unfinished; may disappear in the
168+
future, and does not work when the \envvar{TZ} environment variable is
169+
not set).
170+
170171
\item[\module{util}]
171172
--- Useful functions that don't fit elsewhere.
172173

0 commit comments

Comments
 (0)