[Python-checkins] r58537 - python/trunk/Misc/NEWS

gregory.p.smith python-checkins at python.org
Thu Oct 18 19:17:57 CEST 2007


Author: gregory.p.smith
Date: Thu Oct 18 19:17:57 2007
New Revision: 58537

Modified:
   python/trunk/Misc/NEWS
Log:
mention bsddb fixes.


Modified: python/trunk/Misc/NEWS
==============================================================================
--- python/trunk/Misc/NEWS	(original)
+++ python/trunk/Misc/NEWS	Thu Oct 18 19:17:57 2007
@@ -805,6 +805,13 @@
 
 - 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


More information about the Python-checkins mailing list