From 7b9a222f1b7b1d810591b5b5e39ff76740299d3d Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 4 Sep 2008 05:07:03 +0000 Subject: [PATCH] Mention that bsddb is gone and include a link to jcea's website where it is being maintained. --- Doc/whatsnew/3.0.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Doc/whatsnew/3.0.rst b/Doc/whatsnew/3.0.rst index 1840fdac1c0..0898d2229fa 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`