projects
/
python
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1a10aac
)
indicate that the years for which the calendar function will work are
author
Skip Montanaro
<skip@pobox.com>
Wed, 22 Aug 2001 12:43:38 +0000
(12:43 +0000)
committer
Skip Montanaro
<skip@pobox.com>
Wed, 22 Aug 2001 12:43:38 +0000
(12:43 +0000)
platform dependent. See SF bug 434143.
Doc/lib/libcalendar.tex
patch
|
blob
|
history
diff --git
a/Doc/lib/libcalendar.tex
b/Doc/lib/libcalendar.tex
index c6ca67fee3064222cb67542cdb464062659f1cbf..e279bd399188dcc4adad45a05919abb56b280856 100644
(file)
--- 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}