Deprecate bsddb for removal in Python 3.0.
commit7c337adf29c507d1eeadb68b07c3e32464b803f3
authorbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 5 Sep 2008 18:33:51 +0000 (5 18:33 +0000)
committerbrett.cannon <brett.cannon@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 5 Sep 2008 18:33:51 +0000 (5 18:33 +0000)
tree39e6c4fda60581a5313e18cc71bfed83fa72fdb6
parentcea2f8db418489202b74849e43e2b8bf71535918
Deprecate bsddb for removal in Python 3.0.

Closes issue 3776.
Review by Nick Coghlan.

git-svn-id: http://svn.python.org/projects/python/trunk@66232 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/bsddb.rst
Doc/library/dbhash.rst
Lib/bsddb/__init__.py
Lib/dbhash.py
Lib/test/test_py3kwarn.py
Lib/test/test_warnings.py
Lib/warnings.py
Misc/NEWS