diff options
author | Fred Drake <fdrake@acm.org> | 2003-12-31 04:52:36 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 2003-12-31 04:52:36 (GMT) |
commit | 188b2d6cfac7f26bea3eeffc13206ed865c0c5dc (patch) | |
tree | 5b67aee6f93fa58dba32840a7bf189d3d0512aec /Doc | |
parent | ceb1fd2177d384b6ce469656dbd3212f454e4374 (diff) | |
download | cpython-188b2d6cfac7f26bea3eeffc13206ed865c0c5dc.zip cpython-188b2d6cfac7f26bea3eeffc13206ed865c0c5dc.tar.gz cpython-188b2d6cfac7f26bea3eeffc13206ed865c0c5dc.tar.bz2 |
- add link to the datetime module
Diffstat (limited to 'Doc')
-rw-r--r-- | Doc/lib/libtime.tex | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Doc/lib/libtime.tex b/Doc/lib/libtime.tex index 0929c17..2769452 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.} |