diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-06-05 18:48:21 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-06-05 18:48:21 (GMT) |
commit | 372b583a6b9fb16b4a7dd926d0bf0bf35975646a (patch) | |
tree | 95fc563d2230de6e452ab54404a63fc4fa403f7e /Misc | |
parent | 1cb75a5e0d295de36060a867d6c517cf71369db4 (diff) | |
download | cpython-372b583a6b9fb16b4a7dd926d0bf0bf35975646a.zip cpython-372b583a6b9fb16b4a7dd926d0bf0bf35975646a.tar.gz cpython-372b583a6b9fb16b4a7dd926d0bf0bf35975646a.tar.bz2 |
* fix DBCursor.pget() bug with keyword argument names when no data= is
supplied [SF pybsddb bug #1477863]
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -109,9 +109,13 @@ Extension Modules assuming BerkeleyDB >= 4.0 and 4.4 respectively. [pybsddb project SF patch numbers 1494885 and 1494902] -- bsddb: added an interface for the BerkeleyDB >= 4.3 DBSequence class +- bsddb: added an interface for the BerkeleyDB >= 4.3 DBSequence class. [pybsddb project SF patch number 1466734] +- bsddb: fix DBCursor.pget() bug with keyword argument names when no data + parameter is supplied. [SF pybsddb bug #1477863] + + Library ------- |