]> granicus.if.org Git - python/commitdiff
SF 639138, Ref. calendar module in time docs by John J Lee
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 15 Nov 2002 23:00:30 +0000 (23:00 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 15 Nov 2002 23:00:30 +0000 (23:00 +0000)
Will backport.

Doc/lib/libtime.tex

index 598278aba830d75a695750950a7c357ac5008779..308152d209cd4e2e9cc0fbd1fd7c62c2abd676cd 100644 (file)
@@ -322,4 +322,7 @@ timezone is defined, the second string should not be used.
   \seemodule{locale}{Internationalization services.  The locale
                      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}