diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-05 22:18:12 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-05 22:18:12 (GMT) |
commit | 4f21d547641f5c7a8be3b06075a6067b75f5de9d (patch) | |
tree | a77cab1ad54932a27fe425943e69adf8430047bd /Doc/lib/libanydbm.tex | |
parent | ea003fcc2abcee4c79b4e9ce98da0c5ef69fd47d (diff) | |
download | cpython-4f21d547641f5c7a8be3b06075a6067b75f5de9d.zip cpython-4f21d547641f5c7a8be3b06075a6067b75f5de9d.tar.gz cpython-4f21d547641f5c7a8be3b06075a6067b75f5de9d.tar.bz2 |
Added more "See also" entries, + 1 inline hyperlink.
Diffstat (limited to 'Doc/lib/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 6087378..c05e3ac 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -87,3 +87,10 @@ only when the database has to be created. It defaults to octal \begin{excdesc}{error} Raised for errors not reported as \exception{KeyError} errors. \end{excdesc} + + +\begin{seealso} + \seemodule{anydbm}{Generic interface to \code{dbm}-style databases.} + \seemodule{whichdb}{Utility module used to determine the type of an + existing database.} +\end{seealso} |