summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2007-10-18 17:17:57 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2007-10-18 17:17:57 (GMT)
commit82eafe6adf90ce76a0b4844f463f5764e0b3e2be (patch)
tree510137163f5f16c6d630cc5198742ce74cd5f968
parent3ef21cb7c61236453b257c30ce08f8f58489e802 (diff)
downloadcpython-82eafe6adf90ce76a0b4844f463f5764e0b3e2be.zip
cpython-82eafe6adf90ce76a0b4844f463f5764e0b3e2be.tar.gz
cpython-82eafe6adf90ce76a0b4844f463f5764e0b3e2be.tar.bz2
mention bsddb fixes.
-rw-r--r--Misc/NEWS7
1 files changed, 7 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index f3a18d9..dc2ba59 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -805,6 +805,13 @@ Extension Modules
- Bug #1721309: prevent bsddb module from freeing random memory.
+- Bug #1233: fix bsddb.dbshelve.DBShelf append method to work as
+ intended for RECNO databases.
+
+- Fix bsddb.dbtables: Don't randomly corrupt newly inserted rows by
+ picking a rowid string with null bytes in it. Such rows could not
+ later be deleted, modified or individually selected.
+
- Bug #1686475: Support stat'ing open files on Windows again.
- Patch #1185447: binascii.b2a_qp() now correctly quotes binary characters