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

nnorwitz@users.sourceforge.net nnorwitz@users.sourceforge.net
Fri, 15 Nov 2002 15:00:36 -0800


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

Modified Files:
	libtime.tex 
Log Message:
SF 639138, Ref. calendar module in time docs by John J Lee

Will backport.


Index: libtime.tex
===================================================================
RCS file: /cvsroot/python/python/dist/src/Doc/lib/libtime.tex,v
retrieving revision 1.51
retrieving revision 1.52
diff -C2 -d -r1.51 -r1.52
*** libtime.tex	13 Nov 2002 19:05:01 -0000	1.51
--- libtime.tex	15 Nov 2002 23:00:30 -0000	1.52
***************
*** 323,325 ****
--- 323,328 ----
                       settings can affect the return values for some of 
                       the functions in the \module{time} module.}
+   \seemodule{calendar}{General calendar-related functions.  
+                        \function{timegm()} is the inverse of
+                        \function{gmtime()} from this module.}
  \end{seealso}