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.
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?
--