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
|
||||
|
||||
+ 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
|
||||
|
|
Loading…
Reference in New Issue