summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2008-09-08 21:35:37 (GMT)
committerBenjamin Peterson <benjamin@python.org>2008-09-08 21:35:37 (GMT)
commit905aa665128c13dfb79ccc4649c5f1341603681e (patch)
tree9c469658edf40add1cc39fc08b460b23c71ed30b
parent58afe4c194b2934beda995840d3f5b3a0aafc3fa (diff)
downloadcpython-905aa665128c13dfb79ccc4649c5f1341603681e.zip
cpython-905aa665128c13dfb79ccc4649c5f1341603681e.tar.gz
cpython-905aa665128c13dfb79ccc4649c5f1341603681e.tar.bz2
mention that bsddb3 can be gotten as a third party addon
-rw-r--r--Doc/library/dbm.rst7
1 files changed, 4 insertions, 3 deletions
diff --git a/Doc/library/dbm.rst b/Doc/library/dbm.rst
index 932c2a7..ed05921 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 <http://www.jcea.es/programacion/pybsddb.htm>`_ to
+ the Oracle Berkely DB.
.. exception:: error