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 chris.jerdonek, ghaering, jftuga, ned.deily, r.david.murray
Date 2012-08-21.18:08:23
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1345572504.95.0.865058684872.issue15754@psf.upfronthosting.co.za>
In-reply-to
Content
Keep in mind that Python itself does not release with nor mandate a specific version of sqlite3.  When building CPython yourself, it will use what version is found on your system.  Distributors of built Pythons, including the python.org Windows and OS X installers, may supply a local version or, in some cases, may link dynamically with an operating system supplied version.  So any changes to Python's sqlite3 module and support extension module have to continue to check at either build or run time whether version-specific features are available.
History
Date User Action Args
2012-08-21 18:08:25ned.deilysetrecipients: + ned.deily, ghaering, r.david.murray, chris.jerdonek, jftuga
2012-08-21 18:08:24ned.deilysetmessageid: <1345572504.95.0.865058684872.issue15754@psf.upfronthosting.co.za>
2012-08-21 18:08:24ned.deilylinkissue15754 messages
2012-08-21 18:08:23ned.deilycreate