Clarify reasonaing behind removing bsddb.
This commit is contained in:
parent
901d21d134
commit
6df8c268f4
|
@ -653,10 +653,12 @@ library that do not take up a undue amount of time and effort.
|
||||||
|
|
||||||
* bsddb3
|
* bsddb3
|
||||||
|
|
||||||
+ Already externally maintained at
|
+ Externally maintained at
|
||||||
http://www.jcea.es/programacion/pybsddb.htm .
|
http://www.jcea.es/programacion/pybsddb.htm .
|
||||||
+ Constant testing instability.
|
+ Consistent testing instability.
|
||||||
+ Has consistently not been forward-ported to Python 3.0.
|
+ 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
|
Modules to Rename
|
||||||
|
|
Loading…
Reference in New Issue