From: Neal Norwitz Date: Fri, 15 Nov 2002 23:00:30 +0000 (+0000) Subject: SF 639138, Ref. calendar module in time docs by John J Lee X-Git-Tag: v2.3c1~3388 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5654cc215ab6b0cf8841968c3a46aeea770555c9;p=python SF 639138, Ref. calendar module in time docs by John J Lee Will backport. --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 598278aba8..308152d209 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -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}