[Python-Dev] pysqlite for 2.5?
Fredrik Lundh
fredrik at pythonware.com
Thu Mar 30 17:50:13 CEST 2006
More information about the Python-Dev mailing list
Thu Mar 30 17:50:13 CEST 2006
- Previous message: [Python-Dev] pysqlite for 2.5?
- Next message: [Python-Dev] pysqlite for 2.5?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Anthony Baxter wrote: > > Such a module name is less likely to cause problems. > > Excellent point. Hm. Maybe we should just go with 'sqlite', instead. except that "sqlite" was the name used by the first pysqlite generation: $ python2.3 >>> import sqlite >>> sqlite.version '1.1.6' I'm not sure how much trouble reusing this name would cause, but I'm quite sure the amount of trouble is larger than "none at all". </F>
- Previous message: [Python-Dev] pysqlite for 2.5?
- Next message: [Python-Dev] pysqlite for 2.5?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-Dev mailing list