mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +00:00
indicate that mktime is platform-dependent. See SF bug 434143.
This commit is contained in:
parent
5ff41d16a8
commit
0f10f84028
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
\emph{local} time, not UTC. It returns a floating point number, for
|
||||
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}
|
||||
|
||||
\begin{funcdesc}{sleep}{secs}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue