From 91638e70d3db482290e95eb826074ca15c3c14ef Mon Sep 17 00:00:00 2001 From: Terry Reedy Date: Wed, 9 Feb 2011 19:21:00 +0000 Subject: [PATCH] Add 'pysqlite' before version 2.6.0 --- Doc/whatsnew/3.2.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst index 4a9a8ff8412..c1dd4b4df07 100644 --- a/Doc/whatsnew/3.2.rst +++ b/Doc/whatsnew/3.2.rst @@ -1520,7 +1520,7 @@ step is non-destructive (the original files are left unchanged). sqlite3 ------- -The :mod:`sqlite3` module was updated to version 2.6.0. It has two new capabilities. +The :mod:`sqlite3` module was updated to pysqlite version 2.6.0. It has two new capabilities. * The :attr:`sqlite3.Connection.in_transit` attribute is true if there is an active transaction for uncommitted changes.