summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-06-05 18:48:21 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-06-05 18:48:21 (GMT)
commit372b583a6b9fb16b4a7dd926d0bf0bf35975646a (patch)
tree95fc563d2230de6e452ab54404a63fc4fa403f7e /Misc
parent1cb75a5e0d295de36060a867d6c517cf71369db4 (diff)
downloadcpython-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/NEWS6
1 files changed, 5 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index af9cf20..cbdcdac 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-------