]> granicus.if.org Git - python/commitdiff
Added note about update of sqlite3 module.
authorGerhard Häring <gh@ghaering.de>
Sun, 2 Mar 2008 13:12:27 +0000 (13:12 +0000)
committerGerhard Häring <gh@ghaering.de>
Sun, 2 Mar 2008 13:12:27 +0000 (13:12 +0000)
Misc/NEWS

index 9186498f3c4548e16c2f3f03c8b7e1690e0514d1..3cd73fbf80214ae67051787e5556dbd384fada11 100644 (file)
--- 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
 -----