Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 905aa66

Browse files
committed
mention that bsddb3 can be gotten as a third party addon
1 parent 58afe4c commit 905aa66

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

Doc/library/dbm.rst

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,10 @@
55
:synopsis: Interfaces to various Unix "database" formats.
66

77
:mod:`dbm` is a generic interface to variants of the DBM database ---
8-
:mod:`dbm.bsd` (requires :mod:`bsddb`), :mod:`dbm.gnu`, or :mod:`dbm.ndbm`. If
9-
none of these modules is installed, the slow-but-simple implementation in module
10-
:mod:`dbm.dumb` will be used.
8+
:mod:`dbm.gnu` or :mod:`dbm.ndbm`. If none of these modules is installed, the
9+
slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
10+
is a `third party interface <http://www.jcea.es/programacion/pybsddb.htm>`_ to
11+
the Oracle Berkely DB.
1112

1213

1314
.. exception:: error

0 commit comments

Comments
 (0)