Edgewall Software

Changes between Initial Version and Version 1 of Ticket #11969, comment 3


Ignore:
Timestamp:
Mar 1, 2015, 3:35:28 AM (9 years ago)
Author:
Ryan J Ollos

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #11969, comment 3

    initial v1  
    1 With `sqlite3` included in the standard library in Python 2.5 and later I can't foresee a scenario in which the PySqlite bindings aren't available in a valid Python installation. That drove some cleanup of the code and elimination of the `have_sqlite` check. Proposed changes in log:rjollos.git:t11969.
     1With `sqlite3` included in the standard library in Python 2.5 and later I can't foresee a scenario in which the PySqlite bindings aren't available in a valid Python installation. That motivated some cleanup of the code and elimination of the `have_sqlite` check. Proposed changes in log:rjollos.git:t11969.