diff options
| author | Tim Graham <timograham@gmail.com> | 2015-09-24 10:51:04 -0400 |
|---|---|---|
| committer | Tim Graham <timograham@gmail.com> | 2015-09-24 10:56:56 -0400 |
| commit | a2cf430c80bc844f557b150b79cdf7ef5496ed0b (patch) | |
| tree | 44558281a6d5ecdeb8aa3f41af883fae02468eb5 | |
| parent | 566a01e916a0565db5af8dfb5ac9ce2fafc74c66 (diff) | |
[1.9.x] Bumped latest Python 2.7 release in docs/ref/databases.txt.
Backport of ce531f7ad783facc5799cf43b59b5ce053aa5d9e from master
| -rw-r--r-- | docs/ref/databases.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/ref/databases.txt b/docs/ref/databases.txt index 2d866c5ae0..6e0dc534df 100644 --- a/docs/ref/databases.txt +++ b/docs/ref/databases.txt @@ -635,7 +635,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. |
