[Python-checkins] python/dist/src/Doc/lib libcalendar.tex,1.14.6.1,1.14.6.2

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Sat, 02 Nov 2002 16:15:48 -0800


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

Modified Files:
      Tag: release22-maint
	libcalendar.tex 
Log Message:
Fix SF #618146, overflow error in calendar module

Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.14.6.1
retrieving revision 1.14.6.2
diff -C2 -d -r1.14.6.1 -r1.14.6.2
*** libcalendar.tex	13 Jun 2002 01:35:19 -0000	1.14.6.1
--- libcalendar.tex	3 Nov 2002 00:15:46 -0000	1.14.6.2
***************
*** 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