From: Skip Montanaro Date: Wed, 22 Aug 2001 12:43:38 +0000 (+0000) Subject: indicate that the years for which the calendar function will work are X-Git-Tag: v2.2a3~385 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5ff41d16a82e5c63800f9f3c38026476e310b7d7;p=thirdparty%2FPython%2Fcpython.git indicate that the years for which the calendar function will work are platform dependent. See SF bug 434143. --- diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex index c6ca67fee306..e279bd399188 100644 --- a/Doc/lib/libcalendar.tex +++ b/Doc/lib/libcalendar.tex @@ -79,7 +79,8 @@ Returns a 3-column calendar for an entire year as a multi-line string. Optional parameters \var{w}, \var{l}, and \var{c} are for date column width, lines per week, and number of spaces between month columns, respectively. Depends on the first weekday as set by -\function{setfirstweekday()}. +\function{setfirstweekday()}. The earliest year for which a calendar can +be generated is platform-dependent. \end{funcdesc} \begin{funcdesc}{timegm}{tuple}