From: Gregory P. Smith Date: Thu, 1 Nov 2007 21:17:47 +0000 (+0000) Subject: false "fix" undone as correct problem was found and fixed. X-Git-Tag: v2.6a1~1101 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f7601ee2c074092d5eee6bb077b976678c3a0433;p=python false "fix" undone as correct problem was found and fixed. --- diff --git a/Misc/NEWS b/Misc/NEWS index 6304267860..0538d94d90 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -819,10 +819,6 @@ Extension Modules - 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