Re: Python 2.5 - Build Error on Windows because of SQLite3

2008-03-28 Thread Gerhard Häring
llothar wrote: > Why does Python2.5 do not include the amalgamation source code of > sqlite3? [...] First, at the time Python grew the sqlite3 module, there was no amalgamation yet. My reasoning: So that Python doesn't need to release a security release, should a security bug in SQLite be found.

Python 2.5 - Build Error on Windows because of SQLite3

2008-03-28 Thread llothar
Why does Python2.5 do not include the amalgamation source code of sqlite3? At the moment it is not possible to build the system out of the box with the Visual Studio project. I don't think this is good. The amalgamation version is exactly for this purpose. Is there a 2.5.3 release on the way? --