From: Gregory P. Smith Date: Thu, 13 Apr 2006 19:24:47 +0000 (+0000) Subject: mention bsddb open cachesize parameter bugfix X-Git-Tag: v2.4.4c1~263 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=cd259d84de24caacd0ccdd2cea75a11d6a32cc39;p=thirdparty%2FPython%2Fcpython.git mention bsddb open cachesize parameter bugfix --- diff --git a/Misc/NEWS b/Misc/NEWS index e1cf2ef52cea..70ff74250fc7 100644 --- 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 -------