[Python-checkins] python/dist/src/Doc/lib libtime.tex,1.68,1.69

bcannon at users.sourceforge.net bcannon at users.sourceforge.net
Mon Oct 18 03:53:18 CEST 2004


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

Modified Files:
	libtime.tex 
Log Message:
Clarify note about using %U and %W with strptime().


Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.68
retrieving revision 1.69
diff -u -d -r1.68 -r1.69
--- libtime.tex	18 Oct 2004 01:37:57 -0000	1.68
+++ libtime.tex	18 Oct 2004 01:53:15 -0000	1.69
@@ -272,8 +272,9 @@
     The range really is \code{0} to \code{61}; this accounts for leap
     seconds and the (very rare) double leap seconds.
   \item[(3)]
-    \code{\%U} and \code{\%W} are only used in calculations when the day of the
-    week and the year are specified.
+    When used with the \function{strptime()} function, \code{\%U} and \code{\%W}
+    are only used in calculations when the day of the week and the year are
+    specified.
 \end{description}
 
 Here is an example, a format for dates compatible with that specified 



More information about the Python-checkins mailing list