]> granicus.if.org Git - python/commitdiff
Add 'pysqlite' before version 2.6.0
authorTerry Reedy <tjreedy@udel.edu>
Wed, 9 Feb 2011 19:21:00 +0000 (19:21 +0000)
committerTerry Reedy <tjreedy@udel.edu>
Wed, 9 Feb 2011 19:21:00 +0000 (19:21 +0000)
Doc/whatsnew/3.2.rst

index 4a9a8ff84124d5da78e3877fb98fbcf4d0044457..c1dd4b4df07ebe560594cbe7d173d5d817bc6002 100644 (file)
@@ -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.