diff options
author | Fred Drake <fdrake@acm.org> | 1999-04-19 21:19:21 (GMT) |
---|---|---|
committer | Fred Drake <fdrake@acm.org> | 1999-04-19 21:19:21 (GMT) |
commit | 9d158817446c06ed0e0d8e00d7e2345c836f72e1 (patch) | |
tree | 09cc18b17f1a6677b21f2ecb1566826d221c65ee /Doc/lib/libdbhash.tex | |
parent | 247a78a10dc3486f20743a154246da15d862cd5d (diff) | |
download | cpython-9d158817446c06ed0e0d8e00d7e2345c836f72e1.zip cpython-9d158817446c06ed0e0d8e00d7e2345c836f72e1.tar.gz cpython-9d158817446c06ed0e0d8e00d7e2345c836f72e1.tar.bz2 |
bsddb docs from Skip Montanaro; added interesting links.
Diffstat (limited to 'Doc/lib/libdbhash.tex')
-rw-r--r-- | Doc/lib/libdbhash.tex | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Doc/lib/libdbhash.tex b/Doc/lib/libdbhash.tex index 9ad031c..61b0163 100644 --- a/Doc/lib/libdbhash.tex +++ b/Doc/lib/libdbhash.tex @@ -10,7 +10,7 @@ The \module{dbhash} module provides a function to open databases using the BSD \code{db} library. This module mirrors the interface of the other Python database modules that provide access to DBM-style -databases. The \module{bsddb}\refbimodindex{bsddb} module is required +databases. The \refmodule{bsddb}\refbimodindex{bsddb} module is required to use \module{dbhash}. This module provides an exception and a function: @@ -42,6 +42,7 @@ This module provides an exception and a function: \begin{seealso} \seemodule{anydbm}{Generic interface to \code{dbm}-style databases.} + \seemodule{bsddb}{Lower-level interface to the BSD \code{db} library.} \seemodule{whichdb}{Utility module used to determine the type of an existing database.} \end{seealso} |