Ned Deily <n...@acm.org> added the comment:

Support for Berkeley DB (the bsddb) was removed from the standard library in 
Python 3 and replaced by a third-party module (bsddb3) listed in PyPI which is 
better able to keep up with changes in the various BDB releases.  

http://docs.python.org/py3k/whatsnew/3.0.html#library-changes
http://pypi.python.org/pypi/bsddb3/

What would be the reason for bringing back a dependency on BDB into the 
standard library?  Wouldn't this better be handled in the standalone pysqlite 
package?

----------
nosy: +jcea, ned.deily

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue13445>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to