Re: Python and SQLite release cycles

2007-10-31 Thread Diez B. Roggisch
[EMAIL PROTECTED] wrote: > Hi, > > Official Python distro is very stable, with release cycle of around 1 > year. However, to include the new version of SQLite, which has a much > shorter release cycle, one has to rebuild the main Python distribution > (to compile with the new SQLite headers) - th

Python and SQLite release cycles

2007-10-30 Thread [EMAIL PROTECTED]
Hi, Official Python distro is very stable, with release cycle of around 1 year. However, to include the new version of SQLite, which has a much shorter release cycle, one has to rebuild the main Python distribution (to compile with the new SQLite headers) - this is from Python docs. Therefore, inc