According to the Python 2.6.5 docs [1], the bsddb module has been deprecated for removal in Python 3.0.
根据Python 2.6.5 docs [1],不推荐在Python 3.0中删除bsddb模块。
What module/wrapper should I be using instead?
我应该使用什么模块/包装?
[1] http://docs.python.org/library/bsddb.html
[1] http://docs.python.org/library/bsddb.html
1 个解决方案
#1
15
I recommend pyBSDdb (from which the version currently in Python standard's library was taken -- but the stand-alone project is more actively maintained and far from deprecated;-).
我推荐使用pyBSDdb(目前使用Python标准库中的版本 - 但是独立项目更加积极地维护并且远非弃用;-)。
#1
15
I recommend pyBSDdb (from which the version currently in Python standard's library was taken -- but the stand-alone project is more actively maintained and far from deprecated;-).
我推荐使用pyBSDdb(目前使用Python标准库中的版本 - 但是独立项目更加积极地维护并且远非弃用;-)。