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 steve.dower
Recipients BreamoreBoy, benjamin.peterson, brett.cannon, ghaering, ned.deily, pitrou, schlamar, steve.dower, zach.ware
Date 2015-07-27.21:24:44
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1438032285.02.0.649435487641.issue19450@psf.upfronthosting.co.za>
In-reply-to
Content
I agree, and I know that backwards compatibility is a very high priority especially now that SQLite is shipping as part of Windows 10. While we *could* take a dependency on this binary (winsqlite3.dll, for those who have it), I don't think it's actually any different from the main release.

In short, let's update the SQLite version for 3.5 and put it through its paces.

I'm only +0 on doing it for Python 2.7, and that's assuming we'll do an RC before releasing 2.7.11. Given we just revised the entire build project, I think an RC would be appropriate.
History
Date User Action Args
2015-07-27 21:24:45steve.dowersetrecipients: + steve.dower, brett.cannon, ghaering, pitrou, benjamin.peterson, ned.deily, BreamoreBoy, schlamar, zach.ware
2015-07-27 21:24:45steve.dowersetmessageid: <1438032285.02.0.649435487641.issue19450@psf.upfronthosting.co.za>
2015-07-27 21:24:45steve.dowerlinkissue19450 messages
2015-07-27 21:24:44steve.dowercreate