summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-04 05:07:03 +0000
committerGregory P. Smith <greg@mad-scientist.com>2008-09-04 05:07:03 +0000
commitcae2601133b00db89facc25a231b048662728823 (patch)
tree1da6a362cc15a886e1b1debc77f64455f28277bb
parent99cf7091e45ca16bd906a5d736ad83dece79b05b (diff)
downloadcpython-cae2601133b00db89facc25a231b048662728823.tar.gz
Mention that bsddb is gone and include a link to jcea's website where
it is being maintained.
-rw-r--r--Doc/whatsnew/3.0.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst
index 1840fdac1c..0898d2229f 100644
--- a/Doc/whatsnew/3.0.rst
+++ b/Doc/whatsnew/3.0.rst
@@ -390,6 +390,10 @@ details.
:mod:`strop`, :mod:`sunaudiodev`, :mod:`timing`, and :mod:`xmllib` modules are
gone.
+* The :mod:`bsddb` module is gone. It is being maintained externally
+ with its own release schedule better mirroring that of BerkeleyDB.
+ See http://www.jcea.es/programacion/pybsddb.htm.
+
* The :mod:`new` module is gone.
* The functions :func:`os.tmpnam`, :func:`os.tempnam` and :func:`os.tmpfile`