On Wed, 8 Mar 2006, Bill Marquette wrote: > I'm probably just stupid, but why is py-sqlite2 dependant on the > sqlite3 port? Shouldn't it be named py-sqlite3 ? Comment says: > SQLite3 adapter for Python > Where the comment for py-sqlite says: SQLite adapter for Python
We just follow the version that pysqlite.org publish: pysqlite-2.x -> SQLite 3.x pysqlite-1.x -> SQLite 2.x -d