]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Deprecate bsddb for removal in Python 3.0.
authorBrett Cannon <bcannon@gmail.com>
Fri, 5 Sep 2008 18:33:51 +0000 (18:33 +0000)
committerBrett Cannon <bcannon@gmail.com>
Fri, 5 Sep 2008 18:33:51 +0000 (18:33 +0000)
commit32476fc5a8c1e4bdfab04ab09b254a3c833e5785
tree1ddd84d1817eec0dad96aae8ba8408db353b131a
parent6024834ed9887b47cfa798f20e99d5c941b97f24
Deprecate bsddb for removal in Python 3.0.

Closes issue 3776.
Review by Nick Coghlan.
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