From: Fred Drake Date: Wed, 31 Dec 2003 04:52:36 +0000 (+0000) Subject: - add link to the datetime module X-Git-Tag: v2.4a1~1016 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=188b2d6cfac7f26bea3eeffc13206ed865c0c5dc;p=thirdparty%2FPython%2Fcpython.git - add link to the datetime module --- diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 0929c179d5df..276945294724 100644 --- a/Doc/lib/libtime.tex +++ b/Doc/lib/libtime.tex @@ -426,6 +426,7 @@ usually located at \file{/usr/share/zoneinfo}. For example, \begin{seealso} + \seemodule{datetime}{More object-oriented interface to dates and times.} \seemodule{locale}{Internationalization services. The locale settings can affect the return values for some of the functions in the \module{time} module.}