diff options
-rw-r--r-- | Doc/whatsnew/3.0.rst | 4 |
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` |