From: Gerhard Häring Date: Sun, 2 Mar 2008 13:12:27 +0000 (+0000) Subject: Added note about update of sqlite3 module. X-Git-Tag: v2.6a2~427 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=11ab807fff1ec244daa6a81a52359b0355c575b6;p=thirdparty%2FPython%2Fcpython.git Added note about update of sqlite3 module. --- diff --git a/Misc/NEWS b/Misc/NEWS index 9186498f3c45..3cd73fbf8021 100644 --- a/Misc/NEWS +++ b/Misc/NEWS @@ -1414,6 +1414,8 @@ Extension Modules - bsddb module: Fix memory leak when using database cursors on databases without a DBEnv. +- The sqlite3 module was updated to pysqlite 2.4.1. + Tests -----