]> granicus.if.org Git - python/commitdiff
mention that bsddb3 can be gotten as a third party addon
authorBenjamin Peterson <benjamin@python.org>
Mon, 8 Sep 2008 21:35:37 +0000 (21:35 +0000)
committerBenjamin Peterson <benjamin@python.org>
Mon, 8 Sep 2008 21:35:37 +0000 (21:35 +0000)
Doc/library/dbm.rst

index 932c2a7fd4496ba04f8e5d6be630ba40663285f5..ed05921e6ffc5c04f9305968766e6fcd1fb9fd5a 100644 (file)
@@ -5,9 +5,10 @@
    :synopsis: Interfaces to various Unix "database" formats.
 
 :mod:`dbm` is a generic interface to variants of the DBM database ---
-:mod:`dbm.bsd` (requires :mod:`bsddb`), :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.
+ :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
+ the Oracle Berkely DB.
 
 
 .. exception:: error