File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,3 +87,10 @@ \section{\module{dumbdbm} ---
8787\begin {excdesc }{error}
8888Raised for errors not reported as \exception {KeyError} errors.
8989\end {excdesc }
90+
91+
92+ \begin {seealso }
93+ \seemodule {anydbm}{Generic interface to \code {dbm}-style databases.}
94+ \seemodule {whichdb}{Utility module used to determine the type of an
95+ existing database.}
96+ \end {seealso }
Original file line number Diff line number Diff line change @@ -38,3 +38,10 @@ \section{\module{dbm} ---
3838only when the database has to be created. It defaults to octal
3939\code {0666}.
4040\end {funcdesc }
41+
42+
43+ \begin {seealso }
44+ \seemodule {anydbm}{Generic interface to \code {dbm}-style databases.}
45+ \seemodule {whichdb}{Utility module used to determine the type of an
46+ existing database.}
47+ \end {seealso }
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ \section{\module{gdbm} ---
2020% this; it's just a little annoying. The warning can be ignored, but
2121% the index produced uses the non-bold version.
2222
23- This module is quite similar to the \module {dbm}\refbimodindex {dbm}
23+ This module is quite similar to the \refmodule {dbm}\refbimodindex {dbm}
2424module, but uses \code {gdbm} instead to provide some additional
2525functionality. Please note that the file formats created by
2626\code {gdbm} and \code {dbm} are incompatible.
@@ -97,3 +97,9 @@ \section{\module{gdbm} ---
9797unwritten data to be written to the disk.
9898\end {funcdesc }
9999
100+
101+ \begin {seealso }
102+ \seemodule {anydbm}{Generic interface to \code {dbm}-style databases.}
103+ \seemodule {whichdb}{Utility module used to determine the type of an
104+ existing database.}
105+ \end {seealso }
You can’t perform that action at this time.
0 commit comments