summaryrefslogtreecommitdiffstats
path: root/Doc/lib/libcalendar.tex
diff options
context:
space:
mode:
authorSkip Montanaro <skip@pobox.com>2001-08-22 12:43:38 (GMT)
committerSkip Montanaro <skip@pobox.com>2001-08-22 12:43:38 (GMT)
commit5ff41d16a82e5c63800f9f3c38026476e310b7d7 (patch)
treeb51c9db0d947c23765ff93170f0af28fb8bbb292 /Doc/lib/libcalendar.tex
parent1a10aac87c88011cf8b3cad019525dd007c74933 (diff)
downloadcpython-5ff41d16a82e5c63800f9f3c38026476e310b7d7.zip
cpython-5ff41d16a82e5c63800f9f3c38026476e310b7d7.tar.gz
cpython-5ff41d16a82e5c63800f9f3c38026476e310b7d7.tar.bz2
indicate that the years for which the calendar function will work are
platform dependent. See SF bug 434143.
Diffstat (limited to 'Doc/lib/libcalendar.tex')
-rw-r--r--Doc/lib/libcalendar.tex3
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libcalendar.tex b/Doc/lib/libcalendar.tex
index c6ca67f..e279bd3 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}