This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author ned.deily
Recipients kmk, ned.deily, peter.otten, r.david.murray, serhiy.storchaka
Date 2014-02-12.00:24:26
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1392164667.28.0.451214749759.issue20587@psf.upfronthosting.co.za>
In-reply-to
Content
Perhaps the external pysqlite distribution from PyPI was installed on 2.5.  Kathryn, can you supply the output from the two versions?

import sqlite3
print(sqlite3.version)
print(sqlite3.sqlite_version)
History
Date User Action Args
2014-02-12 00:24:27ned.deilysetrecipients: + ned.deily, peter.otten, kmk, r.david.murray, serhiy.storchaka
2014-02-12 00:24:27ned.deilysetmessageid: <1392164667.28.0.451214749759.issue20587@psf.upfronthosting.co.za>
2014-02-12 00:24:27ned.deilylinkissue20587 messages
2014-02-12 00:24:26ned.deilycreate