From 905aa665128c13dfb79ccc4649c5f1341603681e Mon Sep 17 00:00:00 2001 From: Benjamin Peterson Date: Mon, 8 Sep 2008 21:35:37 +0000 Subject: [PATCH] mention that bsddb3 can be gotten as a third party addon --- Doc/library/dbm.rst | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst index 932c2a7fd4..ed05921e6f 100644 --- a/Doc/library/dbm.rst +++ b/Doc/library/dbm.rst @@ -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 `_ to + the Oracle Berkely DB. .. exception:: error -- 2.40.0