
noreply at edgewall
Sep 20, 2006, 5:35 AM
Post #4 of 9
(998 views)
Permalink
|
|
Re: [The Trac Project] #3753: Support the sqlite3 module that comes with Python 2.5
[In reply to]
|
|
#3753: Support the sqlite3 module that comes with Python 2.5 -----------------------------+---------------------------------------------- Reporter: cmlenz | Owner: jonas Type: enhancement | Status: new Priority: high | Milestone: 0.10 Component: general | Version: devel Severity: normal | Resolution: Keywords: python25 review | -----------------------------+---------------------------------------------- Changes (by cboos): * keywords: review => python25 review * version: 0.10b1 => devel Comment: Updated the patch. A typical scenario for this is that you have the need for a bug fix, then it's probably much easier to install the new pysqlite package from initd.org than to upgrade the bundled sqlite3 package. Or, you need to recompile pysqlite so that it uses a specific sqlite version (in that case, you'd also have to bump the PYSQLITE_VERSION in src/module.h to something higher than 2.3.2, which is sqlite3's version for the Python 2.5 release). Besides this, I've successfully tested both sqlite3.diff and sqlite3.2.diff on the Genshi branch, using Python 2.5 freshly installed from the python-2.5.msi Side-note: if we're to support python 2.5 for 0.10, we probably need to backport r3751 (or a better fix) on trunk. -- Ticket URL: <http://trac.edgewall.org/ticket/3753#comment:3> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets[at]googlegroups.com To unsubscribe from this group, send email to trac-tickets-unsubscribe[at]googlegroups.com For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|