Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58afe4c commit 905aa66Copy full SHA for 905aa66
1 file changed
Doc/library/dbm.rst
@@ -5,9 +5,10 @@
5
:synopsis: Interfaces to various Unix "database" formats.
6
7
: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.
+ :mod:`dbm.gnu` or :mod:`dbm.ndbm`. If none of these modules is installed, the
+ slow-but-simple implementation in module :mod:`dbm.dumb` will be used. There
+ is a `third party interface <http://www.jcea.es/programacion/pybsddb.htm>`_ to
11
+ the Oracle Berkely DB.
12
13
14
.. exception:: error
0 commit comments