[Python-checkins] r43514 - in python/trunk: Lib/sqlite3 Lib/sqlite3/test Lib/test/regrtest.py Lib/test/test_sqlite.py Misc/NEWS Modules/_sqlite setup.py

Anthony Baxter anthony at interlink.com.au
Sat Apr 1 10:56:07 CEST 2006


On Saturday 01 April 2006 18:57, Georg Brandl wrote:

> One minor nit: the tp_name of sqlite3.Connection etc. is still
> "pysqlite2.dbapi2.Connection" etc. Do we care?

Should be fixed. I'll do that tomorrow if no-one beats me to it. 

Actually, that stuff should really be a #define, so that the pysqlite2 
and Python sqlite modules don't diverge too far.


More information about the Python-checkins mailing list