]> granicus.if.org Git - python/commitdiff
indicate that mktime is platform-dependent. See SF bug 434143.
authorSkip Montanaro <skip@pobox.com>
Wed, 22 Aug 2001 12:44:27 +0000 (12:44 +0000)
committerSkip Montanaro <skip@pobox.com>
Wed, 22 Aug 2001 12:44:27 +0000 (12:44 +0000)
Doc/lib/libtime.tex

index 2e9de609ce8370481cb6fc2b11bf06e190d8f115..d28e8638eef50553342d154b187c5f78a419847b 100644 (file)
@@ -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}