summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2006-04-13 19:19:01 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2006-04-13 19:19:01 (GMT)
commit3adc4aa2fb58aaca2f7692a37239ee3157887166 (patch)
treebd1dcc7a3341c403991ba19b2bb709a38592af40 /Misc/NEWS
parentda690411234dbd0438b7b1090750c547c92c5194 (diff)
downloadcpython-3adc4aa2fb58aaca2f7692a37239ee3157887166.zip
cpython-3adc4aa2fb58aaca2f7692a37239ee3157887166.tar.gz
cpython-3adc4aa2fb58aaca2f7692a37239ee3157887166.tar.bz2
raise the minimum supported BerkeleyDB version to 3.3 and add notes to
news about this and a couple other recent fixes.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS11
1 files changed, 10 insertions, 1 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 1e242d0..f397739 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -44,7 +44,16 @@ Extension Modules
- Bug #1467952: os.listdir() now correctly raises an error if readdir()
fails with an error condition.
-- Fix bsddb.db.DBError derived exceptions so they can be unpickled.
+- Fixed bsddb.db.DBError derived exceptions so they can be unpickled.
+
+- Bug #1117761: bsddb.*open() no longer raises an exception when using
+ the cachesize parameter.
+
+- Bug #1149413: bsddb.*open() no longer raises an exception when using
+ a temporary db (file=None) with the 'n' flag to truncate on open.
+
+- Bug #1332852: bsddb module minimum BerkeleyDB version raised to 3.3
+ as older versions cause excessive test failures.
Library
-------