[issue3769] Deprecate bsddb for removal in 3.0

Raymond Hettinger report at bugs.python.org
Thu Sep 4 05:22:49 CEST 2008


Raymond Hettinger <rhettinger at users.sourceforge.net> added the comment:

Since SQLite has a blob type and allows text keys, we should be able to
make a substitute that doesn't depend on bsddb.

Against, recommend holding-off on removal until 3.1 so we can bake in a
reasonable substitute (esp. for shelves where dumbdbm is a really bad
fallback).

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue3769>
_______________________________________


More information about the Python-bugs-list mailing list