]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
SF 639138, Ref. calendar module in time docs
authorNeal Norwitz <nnorwitz@gmail.com>
Fri, 15 Nov 2002 23:01:37 +0000 (23:01 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Fri, 15 Nov 2002 23:01:37 +0000 (23:01 +0000)
Doc/lib/libtime.tex

index a76bd7e2bcd2d9407b4082fe908d843310d35b5e..f8b8b410f23721b6604d95173a6ecac9189341d1 100644 (file)
@@ -329,4 +329,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}