commit | 3bbb67273a8c146a38de91080a37e716e2699622 | [log] [tgz] |
---|---|---|
author | Gerhard Häring <gh@ghaering.de> | Fri Mar 05 09:12:37 2010 +0000 |
committer | Gerhard Häring <gh@ghaering.de> | Fri Mar 05 09:12:37 2010 +0000 |
tree | 19a3d1e79cb51cc42760af73724c4f4615d4c21c | |
parent | 2bb66e03b72ae5a0468dab0b7020316f31c8cfdf [diff] [blame] |
Merged code from pysqlite 2.6.0.
diff --git a/Misc/NEWS b/Misc/NEWS index 107c991..24aab35 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -103,6 +103,9 @@ Extension Modules ----------------- +- The sqlite3 module was updated to pysqlite 2.6.0. This fixes several obscure + bugs and allows loading SQLite extensions from shared libraries. + - Issue #7808: Fix reference leaks in _bsddb and related tests. - Issue #6544: fix a reference leak in the kqueue implementation's error