Commit 38271bf0 authored by Skip Montanaro's avatar Skip Montanaro

indicate that the years for which the calendar function will work are

platform dependent.  See SF bug 434143.
parent b96ba5a7
...@@ -79,7 +79,8 @@ Returns a 3-column calendar for an entire year as a multi-line string. ...@@ -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 Optional parameters \var{w}, \var{l}, and \var{c} are for date column
width, lines per week, and number of spaces between month columns, width, lines per week, and number of spaces between month columns,
respectively. Depends on the first weekday as set by 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} \end{funcdesc}
\begin{funcdesc}{timegm}{tuple} \begin{funcdesc}{timegm}{tuple}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment