From 66f50e97d6628afa8387266318af93851e240205 Mon Sep 17 00:00:00 2001 From: Tim Graham Date: Thu, 24 Sep 2015 10:51:04 -0400 Subject: [PATCH] [1.8.x] Bumped latest Python 2.7 release in docs/ref/databases.txt. Backport of ce531f7ad783facc5799cf43b59b5ce053aa5d9e from master --- docs/ref/databases.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index bad0a06b98..004b883fd0 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -622,7 +622,7 @@ SQLite 3.6.23.1 was released in March 2010, and most current binary distributions for different platforms include a newer version of SQLite, with the notable exception of the Python 2.7 installers for Windows. -As of this writing, the latest release for Windows - Python 2.7.9 - includes +As of this writing, the latest release for Windows - Python 2.7.10 - includes SQLite 3.6.21. You can install ``pysqlite2`` or replace ``sqlite3.dll`` (by default installed in ``C:\Python27\DLLs``) with a newer version from http://www.sqlite.org/ to remedy this issue.