diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-04-13 19:19:01 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-04-13 19:19:01 (GMT) |
commit | 3adc4aa2fb58aaca2f7692a37239ee3157887166 (patch) | |
tree | bd1dcc7a3341c403991ba19b2bb709a38592af40 /Misc/NEWS | |
parent | da690411234dbd0438b7b1090750c547c92c5194 (diff) | |
download | cpython-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/NEWS | 11 |
1 files changed, 10 insertions, 1 deletions
@@ -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 ------- |