Changes between Initial Version and Version 1 of Ticket #24148, comment 3
- Timestamp:
- Jan 14, 2015, 6:58:41 PM (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #24148, comment 3
initial v1 3 3 sqlite3.version is 2.6.0 on all of them. 4 4 What differs is sqlite3.sqlite_version: 5 py2.7: 3.6.216 py3.2: 3.7.47 py3.3: 3.7.128 py3.4: 3.8.3.15 * py2.7: 3.6.21 6 * py3.2: 3.7.4 7 * py3.3: 3.7.12 8 * py3.4: 3.8.3.1 9 9 10 10 I installed pysqlite from http://www.lfd.uci.edu/~gohlke/pythonlibs/ (2.6.3 / 3.8.5) and the test passes.