diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2006-01-24 20:09:45 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2006-01-24 20:09:45 (GMT) |
commit | e101df9748c2ad10797ee4e3fd46ab8a939635db (patch) | |
tree | dab02534fde019e3b5286d82645a3a1f111a2766 /Misc | |
parent | 4e414d83860ecb46e0927fa1b53bc4fe2a6ae544 (diff) | |
download | cpython-e101df9748c2ad10797ee4e3fd46ab8a939635db.zip cpython-e101df9748c2ad10797ee4e3fd46ab8a939635db.tar.gz cpython-e101df9748c2ad10797ee4e3fd46ab8a939635db.tar.bz2 |
note the bsddb extension module changes.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 7 |
1 files changed, 6 insertions, 1 deletions
@@ -243,7 +243,12 @@ Extension Modules - Patch #1338314, Bug #1336623: fix tarfile so it can extract REGTYPE directories from tarfiles written by old programs. -- Get bsddb module to build with BSD DB version 3.2 +- Patch #1407992, fixes broken bsddb module db associate when using + BerkeleyDB 3.3, 4.0 or 4.1. + +- Get bsddb module to build with BerkeleyDB version 4.4 + +- Get bsddb module to build with BerkeleyDB version 3.2 - Patch #1309009, Fix segfault in pyexpat when the XML document is in latin_1, but Python incorrectly assumes it is in UTF-8 format |