]> granicus.if.org Git - python/commit
- pybsddb Bug #1527939: bsddb module DBEnv dbremove and dbrename
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 28 Jul 2006 01:35:25 +0000 (01:35 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 28 Jul 2006 01:35:25 +0000 (01:35 +0000)
commit641cddf0faa2aa50935e8f963094d9a0d7857adb
tree9e1ad95d8674d8dc46aa7df25a17a0be98bc0923
parent9cab593c0e640dbeaeb774726b964cf2690cbf7a
- 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 an appropriate test case for DBEnv.dbrename and dbremove.
Lib/bsddb/test/test_basics.py
Misc/NEWS
Modules/_bsddb.c