Added more "See also" entries, + 1 inline hyperlink.

This commit is contained in:
Fred Drake 1999-04-05 22:18:12 +00:00
parent ea003fcc2a
commit 4f21d54764
3 changed files with 21 additions and 1 deletions

View file

@ -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}