[Python-checkins] CVS: python/dist/src/Doc/lib libtime.tex,1.44,1.45

Skip Montanaro montanaro@users.sourceforge.net
Wed, 22 Aug 2001 05:44:29 -0700


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory usw-pr-cvs1:/tmp/cvs-serv17481

Modified Files:
	libtime.tex 
Log Message:
indicate that mktime is platform-dependent.  See SF bug 434143.


Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.44
retrieving revision 1.45
diff -C2 -d -r1.44 -r1.45
*** libtime.tex	2001/08/19 01:38:03	1.44
--- libtime.tex	2001/08/22 12:44:27	1.45
***************
*** 174,178 ****
  \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.
  \end{funcdesc}
  
--- 174,179 ----
  \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.  The
! earliest date for which it can generate a time is platform-dependent.
  \end{funcdesc}