[Python-checkins] python/dist/src/Doc/lib libcalendar.tex,1.15,1.16

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 02 Nov 2002 16:13:44 -0800


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

Modified Files:
	libcalendar.tex 
Log Message:
Fix SF #618146, overflow error in calendar module
Will backport.


Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -d -r1.15 -r1.16
*** libcalendar.tex	13 Jun 2002 01:34:50 -0000	1.15
--- libcalendar.tex	3 Nov 2002 00:13:42 -0000	1.16
***************
*** 16,19 ****
--- 16,24 ----
  dates are given as integers.
  
+ Most of these functions rely on the platform provided \function{mktime()}.
+ Therefore, valid argument values may vary from system to system.
+ On Unix, valid years are typically between \code{1970} and \code{2037},
+ but may be work between \code{1902} and \code{2037}.
+ 
  \begin{funcdesc}{setfirstweekday}{weekday}
  Sets the weekday (\code{0} is Monday, \code{6} is Sunday) to start