summaryrefslogtreecommitdiffstats
path: root/Doc
diff options
context:
space:
mode:
authorTerry Reedy <tjreedy@udel.edu>2011-02-09 19:21:00 (GMT)
committerTerry Reedy <tjreedy@udel.edu>2011-02-09 19:21:00 (GMT)
commit91638e70d3db482290e95eb826074ca15c3c14ef (patch)
tree26090a7a968aab3e9b70c46da6495b3c5cccac9c /Doc
parent186f4412881401f3963d686b5bd0da1fd9739d4a (diff)
downloadcpython-91638e70d3db482290e95eb826074ca15c3c14ef.zip
cpython-91638e70d3db482290e95eb826074ca15c3c14ef.tar.gz
cpython-91638e70d3db482290e95eb826074ca15c3c14ef.tar.bz2
Add 'pysqlite' before version 2.6.0
Diffstat (limited to 'Doc')
-rw-r--r--Doc/whatsnew/3.2.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Doc/whatsnew/3.2.rst b/Doc/whatsnew/3.2.rst
index 4a9a8ff..c1dd4b4 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.