From 188b2d6cfac7f26bea3eeffc13206ed865c0c5dc Mon Sep 17 00:00:00 2001 From: Fred Drake Date: Wed, 31 Dec 2003 04:52:36 +0000 Subject: [PATCH] - add link to the datetime module --- Doc/lib/libtime.tex | 1 + 1 file changed, 1 insertion(+) diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 0929c179d5..2769452947 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.} -- 2.50.1