summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.0.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2008-09-04 05:07:03 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2008-09-04 05:07:03 (GMT)
commit7b9a222f1b7b1d810591b5b5e39ff76740299d3d (patch)
tree16ba697cb723a1ffff10bdc7a1f514286866bbda /Doc/whatsnew/3.0.rst
parent8a9583ec5c00384514fe9f5045866ad6ebd2be5a (diff)
downloadcpython-7b9a222f1b7b1d810591b5b5e39ff76740299d3d.zip
cpython-7b9a222f1b7b1d810591b5b5e39ff76740299d3d.tar.gz
cpython-7b9a222f1b7b1d810591b5b5e39ff76740299d3d.tar.bz2
Mention that bsddb is gone and include a link to jcea's website where
it is being maintained.
Diffstat (limited to 'Doc/whatsnew/3.0.rst')
-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 1840fda..0898d22 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`