summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGerhard Häring <gh@ghaering.de>2008-03-02 13:12:27 (GMT)
committerGerhard Häring <gh@ghaering.de>2008-03-02 13:12:27 (GMT)
commit11ab807fff1ec244daa6a81a52359b0355c575b6 (patch)
tree2d7f1f0b67d83dbcba7dcdec6ed56a1ed1265438 /Misc
parentf40f6846e3c4658fec866e00bddd78923d6cbcbd (diff)
downloadcpython-11ab807fff1ec244daa6a81a52359b0355c575b6.zip
cpython-11ab807fff1ec244daa6a81a52359b0355c575b6.tar.gz
cpython-11ab807fff1ec244daa6a81a52359b0355c575b6.tar.bz2
Added note about update of sqlite3 module.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9186498..3cd73fb 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
-----