mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
indicate that the years for which the calendar function will work are
platform dependent. See SF bug 434143.
This commit is contained in:
parent
1a10aac87c
commit
5ff41d16a8
1 changed files with 2 additions and 1 deletions
|
@ -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}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue