]> granicus.if.org Git - python/commit
* fix DBCursor.pget() bug with keyword argument names when no data= is
authorGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 18:48:21 +0000 (18:48 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Mon, 5 Jun 2006 18:48:21 +0000 (18:48 +0000)
commit372b583a6b9fb16b4a7dd926d0bf0bf35975646a
tree95fc563d2230de6e452ab54404a63fc4fa403f7e
parent1cb75a5e0d295de36060a867d6c517cf71369db4
  * fix DBCursor.pget() bug with keyword argument names when no data= is
    supplied [SF pybsddb bug #1477863]
Lib/bsddb/test/test_all.py
Lib/bsddb/test/test_cursor_pget_bug.py [new file with mode: 0644]
Lib/test/test_bsddb3.py
Misc/NEWS
Modules/_bsddb.c