[Python-checkins] python/dist/src/Doc/lib libtime.tex,1.48.6.4,1.48.6.5

rhettinger@users.sourceforge.net rhettinger@users.sourceforge.net
Thu, 20 Feb 2003 21:59:19 -0800


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

Modified Files:
      Tag: release22-maint
	libtime.tex 
Log Message:
Backport libtime.tex 1.53:

    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.48.6.4
retrieving revision 1.48.6.5
diff -C2 -d -r1.48.6.4 -r1.48.6.5
*** libtime.tex	4 Feb 2003 15:13:25 -0000	1.48.6.4
--- libtime.tex	21 Feb 2003 05:59:16 -0000	1.48.6.5
***************
*** 237,241 ****
    \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.}{}
--- 237,241 ----
    \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.}{}