Discussion:
[Python-3000-checkins] r66210 - python/branches/py3k/Doc/whatsnew/3.0.rst
gregory.p.smith
2008-09-04 05:07:04 UTC
Permalink
Author: gregory.p.smith
Date: Thu Sep 4 07:07:03 2008
New Revision: 66210

Log:
Mention that bsddb is gone and include a link to jcea's website where
it is being maintained.


Modified:
python/branches/py3k/Doc/whatsnew/3.0.rst

Modified: python/branches/py3k/Doc/whatsnew/3.0.rst
==============================================================================
--- python/branches/py3k/Doc/whatsnew/3.0.rst (original)
+++ python/branches/py3k/Doc/whatsnew/3.0.rst Thu Sep 4 07:07:03 2008
@@ -390,6 +390,10 @@
: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`
Loading...