Commit 0f10f840 authored by Skip Montanaro's avatar Skip Montanaro

indicate that mktime is platform-dependent. See SF bug 434143.

parent 5ff41d16
...@@ -173,7 +173,8 @@ is the full 9-tuple (since the dst flag is needed; use \code{-1} as ...@@ -173,7 +173,8 @@ is the full 9-tuple (since the dst flag is needed; use \code{-1} as
the dst flag if it is unknown) which expresses the time in the dst flag if it is unknown) which expresses the time in
\emph{local} time, not UTC. It returns a floating point number, for \emph{local} time, not UTC. It returns a floating point number, for
compatibility with \function{time()}. If the input value cannot be compatibility with \function{time()}. If the input value cannot be
represented as a valid time, \exception{OverflowError} is raised. represented as a valid time, \exception{OverflowError} is raised. The
earliest date for which it can generate a time is platform-dependent.
\end{funcdesc} \end{funcdesc}
\begin{funcdesc}{sleep}{secs} \begin{funcdesc}{sleep}{secs}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment