[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
Georg Brandl
g.brandl at gmx.net
Sat Apr 1 09:57:29 CEST 2006
anthony.baxter wrote:
> Author: anthony.baxter
> Date: Sat Apr 1 02:57:31 2006
> New Revision: 43514
>
> Added:
> python/trunk/Lib/sqlite3/ (props changed)
> - copied from r43513, python/branches/sqlite-integration/Lib/sqlite3/
> python/trunk/Lib/test/test_sqlite.py
> - copied unchanged from r43513, python/branches/sqlite-integration/Lib/test/test_sqlite.py
> python/trunk/Modules/_sqlite/
> - copied from r43513, python/branches/sqlite-integration/Modules/_sqlite/
> Modified:
> python/trunk/Lib/sqlite3/test/ (props changed)
> python/trunk/Lib/test/regrtest.py
> python/trunk/Misc/NEWS
> python/trunk/setup.py
> Log:
> merged the sqlite-integration branch.
> This is based on pysqlite2.1.3, and provides a DB-API interface in
> the standard library. You'll need sqlite 3.2.2 or later to build
> this - if you have an earlier version, the C extension module will
> not be built.
One minor nit: the tp_name of sqlite3.Connection etc. is still
"pysqlite2.dbapi2.Connection" etc. Do we care?
Georg
More information about the Python-checkins
mailing list