[Python-checkins] r66206 - peps/trunk/pep-3108.txt

brett.cannon python-checkins at python.org
Thu Sep 4 05:25:54 CEST 2008


Author: brett.cannon
Date: Thu Sep  4 05:25:53 2008
New Revision: 66206

Log:
Clarify reasonaing behind removing bsddb.

Modified:
   peps/trunk/pep-3108.txt

Modified: peps/trunk/pep-3108.txt
==============================================================================
--- peps/trunk/pep-3108.txt	(original)
+++ peps/trunk/pep-3108.txt	Thu Sep  4 05:25:53 2008
@@ -653,10 +653,12 @@
 
 * 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


More information about the Python-checkins mailing list