[Python-checkins] python/dist/src/Doc/lib libtime.tex,1.52,1.53

tim_one@users.sourceforge.net tim_one@users.sourceforge.net
Fri, 20 Dec 2002 09:15:44 -0800


Update of /cvsroot/python/python/dist/src/Doc/lib
In directory sc8-pr-cvs1:/tmp/cvs-serv4293/python/Doc/lib

Modified Files:
	libtime.tex 
Log Message:
Fixed longstanding bug in the description of strftime's %W code.


Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.52
retrieving revision 1.53
diff -C2 -d -r1.52 -r1.53
*** libtime.tex	15 Nov 2002 23:00:30 -0000	1.52
--- libtime.tex	20 Dec 2002 17:15:39 -0000	1.53
***************
*** 233,237 ****
    \lineiii{\%W}{Week number of the year (Monday as the first day of the
                  week) as a decimal number [00,53].  All days in a new year
!                 preceding the first Sunday are considered to be in week 0.}{}
    \lineiii{\%x}{Locale's appropriate date representation.}{}
    \lineiii{\%X}{Locale's appropriate time representation.}{}
--- 233,237 ----
    \lineiii{\%W}{Week number of the year (Monday as the first day of the
                  week) as a decimal number [00,53].  All days in a new year
!                 preceding the first Monday are considered to be in week 0.}{}
    \lineiii{\%x}{Locale's appropriate date representation.}{}
    \lineiii{\%X}{Locale's appropriate time representation.}{}