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

jlgijsbers at users.sourceforge.net jlgijsbers at users.sourceforge.net
Sun Oct 31 13:19:37 CET 2004


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

Modified Files:
	libtime.tex 
Log Message:
Bug #1057535: add link in time module to calendar.timegm().


Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.69
retrieving revision 1.70
diff -u -d -r1.69 -r1.70
--- libtime.tex	18 Oct 2004 01:53:15 -0000	1.69
+++ libtime.tex	31 Oct 2004 12:19:34 -0000	1.70
@@ -176,7 +176,8 @@
 in UTC in which the dst flag is always zero.  If \var{secs} is not
 provided or \constant{None}, the current time as returned by
 \function{time()} is used.  Fractions of a second are ignored.  See
-above for a description of the \class{struct_time} object.
+above for a description of the \class{struct_time} object. See
+\function{calendar.timegm()} for the inverse of this function.
 \versionchanged[Allowed \var{secs} to be omitted]{2.1}
 \versionchanged[If \var{secs} is \constant{None}, the current time is
                 used]{2.4}



More information about the Python-checkins mailing list