On Thu, Nov 27, 2008 at 04:35:43PM +0100, Markus Gritsch wrote:
> currently the sqlite3 module is, if present, preferred over a manually
> installed pysqlite2 module. Therefore it is not possible to use a
> newer version of pysqlite than the one that ships with Python 2.5 and
> 2.6. Is this really the desired behavior?
No, and a request to fix this is already in my TODO.
> The attached patch reverses the order in which the importing of the
> respective SQLite modules is performed.
Thank you very much!
I think, though, that such a change should be applied to the trunk, not
to the bugfix-only branches.
Oleg.
--
Oleg Broytmann http://phd.pp.ru/ ph...@ph...
Programmers don't die, they just GOSUB without RETURN.
|