Add 'pysqlite' before version 2.6.0

This commit is contained in:
Terry Reedy 2011-02-09 19:21:00 +00:00
parent 186f441288
commit 91638e70d3
1 changed files with 1 additions and 1 deletions

View File

@ -1520,7 +1520,7 @@ step is non-destructive (the original files are left unchanged).
sqlite3 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 * The :attr:`sqlite3.Connection.in_transit` attribute is true if there is an
active transaction for uncommitted changes. active transaction for uncommitted changes.