[pysqlite] PySqlite crazy import

anatoly techtonik <[email protected]> Sat, 7 Feb 2009 23:21:38 +0000 (UTC)
Newsgroups gmane.comp.python.db.pysqlite.user
Message-ID <[email protected]>
Hi,

Why does sqlite has so crazy import?

from pysqlite2 import dbapi2 as sqlite3

It's not pythonic at all. Why not to invent something more intuitive? Like:

import sqlite3

or

from sqlite import sqlite3

-- 
anatoly t.