[Python-checkins] CVS: python/dist/src/Doc/lib libcalendar.tex,1.10,1.11

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


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

Modified Files:
	libcalendar.tex 
Log Message:
indicate that the years for which the calendar function will work are
platform dependent.  See SF bug 434143.


Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** libcalendar.tex	2001/05/09 15:50:17	1.10
--- libcalendar.tex	2001/08/22 12:43:38	1.11
***************
*** 80,84 ****
  width, lines per week, and number of spaces between month columns,
  respectively. Depends on the first weekday as set by
! \function{setfirstweekday()}.
  \end{funcdesc}
  
--- 80,85 ----
  width, lines per week, and number of spaces between month columns,
  respectively. Depends on the first weekday as set by
! \function{setfirstweekday()}.  The earliest year for which a calendar can
! be generated is platform-dependent.
  \end{funcdesc}