Clarify reasonaing behind removing bsddb.

This commit is contained in:
Brett Cannon 2008-09-04 03:25:53 +00:00
parent 901d21d134
commit 6df8c268f4
1 changed files with 5 additions and 3 deletions

View File

@ -653,10 +653,12 @@ library that do not take up a undue amount of time and effort.
* bsddb3
+ Already externally maintained at
+ Externally maintained at
http://www.jcea.es/programacion/pybsddb.htm .
+ Constant testing instability.
+ Has consistently not been forward-ported to Python 3.0.
+ Consistent testing instability.
+ Berkeley DB follows a different release schedule than Python,
leading to the bindings not necessarily being in sync with what is
available.
Modules to Rename