summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libtime.tex
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-08-22 12:44:27 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-08-22 12:44:27 (GMT)
commit0f10f84028c9744b6b1f709ff6217c5c9b07ab89 (patch)
tree86fa89fd29b16f3307a519fe8e3120764f61fa45 /Doc/lib/libtime.tex
parent5ff41d16a82e5c63800f9f3c38026476e310b7d7 (diff)
downloadcpython-0f10f84028c9744b6b1f709ff6217c5c9b07ab89.zip
cpython-0f10f84028c9744b6b1f709ff6217c5c9b07ab89.tar.gz
cpython-0f10f84028c9744b6b1f709ff6217c5c9b07ab89.tar.bz2
indicate that mktime is platform-dependent. See SF bug 434143.
Diffstat (limited to 'Doc/lib/libtime.tex')
-rw-r--r--Doc/lib/libtime.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex
index 2e9de60..d28e863 100644
--- a/Doc/lib/libtime.tex
+++ b/Doc/lib/libtime.tex
@@ -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}