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} \begin{excdesc}{error}
Raised for errors not reported as \exception{KeyError} errors. Raised for errors not reported as \exception{KeyError} errors.
\end{excdesc} \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}

View File

@ -38,3 +38,10 @@ The optional \var{mode} argument is the \UNIX{} mode of the file, used
only when the database has to be created. It defaults to octal only when the database has to be created. It defaults to octal
\code{0666}. \code{0666}.
\end{funcdesc} \end{funcdesc}
\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}

View File

@ -20,7 +20,7 @@
% this; it's just a little annoying. The warning can be ignored, but % this; it's just a little annoying. The warning can be ignored, but
% the index produced uses the non-bold version. % the index produced uses the non-bold version.
This module is quite similar to the \module{dbm}\refbimodindex{dbm} This module is quite similar to the \refmodule{dbm}\refbimodindex{dbm}
module, but uses \code{gdbm} instead to provide some additional module, but uses \code{gdbm} instead to provide some additional
functionality. Please note that the file formats created by functionality. Please note that the file formats created by
\code{gdbm} and \code{dbm} are incompatible. \code{gdbm} and \code{dbm} are incompatible.
@ -97,3 +97,9 @@ When the database has been opened in fast mode, this method forces any
unwritten data to be written to the disk. unwritten data to be written to the disk.
\end{funcdesc} \end{funcdesc}
\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}