From cd259d84de24caacd0ccdd2cea75a11d6a32cc39 Mon Sep 17 00:00:00 2001 From: "Gregory P. Smith" Date: Thu, 13 Apr 2006 19:24:47 +0000 Subject: [PATCH] mention bsddb open cachesize parameter bugfix --- Misc/NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 ------- -- 2.47.3