]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 28 Jul 2006 03:16:53 +0000 (03:16 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 28 Jul 2006 03:16:53 +0000 (03:16 +0000)
commit0736c53ceac4360152a49c6f08b15c4e0dd64816
tree9961d7c677b2fe0153899e75f9ba714c58da5371
parente0b7f39a3b820326c733720aa598140dd752d4fb
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
  methods now allow their database parameter to be None as the
  sleepycat API allows.

also adds a testcase.

backport of trunk commit 50889 to 2.4.
Lib/bsddb/test/test_basics.py
Misc/NEWS
Modules/_bsddb.c