]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
mention bsddb open cachesize parameter bugfix
authorGregory P. Smith <greg@mad-scientist.com>
Thu, 13 Apr 2006 19:24:47 +0000 (19:24 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Thu, 13 Apr 2006 19:24:47 +0000 (19:24 +0000)
Misc/NEWS

index e1cf2ef52cea78bc7a270f3fad666963c10a0af4..70ff74250fc78824777aa661cd84ef8497876e8d 100644 (file)
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -20,6 +20,9 @@ Extension Modules
 
 - Fix bsddb.db.DBError derived exceptions so they can be unpickled.
 
+- Bug #1117761: bsddb.*open() no longer raises an exception when using
+  the cachesize parameter.
+
 Library
 -------