[Python-checkins] python/dist/src/Doc/lib libcalendar.tex, 1.18, 1.18.4.1

doerwalter at users.sourceforge.net doerwalter at users.sourceforge.net
Mon Dec 6 09:14:11 CET 2004


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12313/Doc/lib

Modified Files:
      Tag: release24-maint
	libcalendar.tex 
Log Message:
Backport: Fix for SF bug #947894: calendar.weekheader() undocumented


Index: libcalendar.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libcalendar.tex,v
retrieving revision 1.18
retrieving revision 1.18.4.1
diff -u -d -r1.18 -r1.18.4.1
--- libcalendar.tex	31 Dec 2003 04:51:56 -0000	1.18
+++ libcalendar.tex	6 Dec 2004 08:14:08 -0000	1.18.4.1
@@ -59,6 +59,11 @@
 (\code{1}--\code{31}).
 \end{funcdesc}
 
+\begin{funcdesc}{weekheader}{n}
+Return a header containing abbreviated weekday names. \var{n} specifies
+the width in characters for one weekday.
+\end{funcdesc}
+
 \begin{funcdesc}{monthrange}{year, month}
 Returns weekday of first day of the month and number of days in month, 
 for the specified \var{year} and \var{month}.



More information about the Python-checkins mailing list