mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
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:
parent
4df3c5284f
commit
4e6d09e369
1 changed files with 5 additions and 4 deletions
|
@ -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.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue