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/libanydbm.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/libanydbm.tex')
-rw-r--r-- | Doc/lib/libanydbm.tex | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/lib/libanydbm.tex b/Doc/lib/libanydbm.tex index 4df6628..367daf6 100644 --- a/Doc/lib/libanydbm.tex +++ b/Doc/lib/libanydbm.tex @@ -7,7 +7,7 @@ \module{anydbm} is a generic interface to variants of the DBM database --- \refmodule{dbhash}\refstmodindex{dbhash} (requires -\module{bsddb}\refbimodindex{bsddb}), +\refmodule{bsddb}\refbimodindex{bsddb}), \refmodule{gdbm}\refbimodindex{gdbm}, or \refmodule{dbm}\refbimodindex{dbm}. If none of these modules is installed, the slow-but-simple implementation in module |