diff options
author | Jesus Cea <jcea@jcea.es> | 2008-05-22 15:27:38 (GMT) |
---|---|---|
committer | Jesus Cea <jcea@jcea.es> | 2008-05-22 15:27:38 (GMT) |
commit | ca3939cd52664cce10283cb47b360f1df1552fa0 (patch) | |
tree | 64bcf50336b2a496963fb7f11f0ff7d1bac3f9c1 /Misc/NEWS | |
parent | 9a8af2df23a9e96ce5034b42c9f22ffdb7e033f8 (diff) | |
download | cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.zip cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.tar.gz cpython-ca3939cd52664cce10283cb47b360f1df1552fa0.tar.bz2 |
bsddb module updated to version 4.7.0
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -44,7 +44,8 @@ Extension Modules - Support for Windows 9x has been removed from the winsound module. -- bsddb module updated to version 4.6.4. +- bsddb module updated to version 4.7.0. + http://www.jcea.es/programacion/pybsddb.htm#bsddb3-4.7.0 - Issue #2858: Fix potential memory corruption when bsddb.db.DBEnv.lock_get and other bsddb.db object constructors |