[Python-checkins] r45810 - in python/trunk/Doc: Makefile.deps lib/lib.tex lib/libsqlite3.tex (original) (raw)

Georg Brandl g.brandl at gmx.net
Sun Apr 30 07:00:12 CEST 2006


gerhard.haering wrote:

Added: python/trunk/Doc/lib/libsqlite3.tex ============================================================================== --- (empty file) +++ python/trunk/Doc/lib/libsqlite3.tex Sun Apr 30 01:12:41 2006 @@ -0,0 +1,105 @@ +\section{\module{sqlite3} --- + DB-API 2.0 interface for SQLite databases} + +\declaremodule{builtin}{sqlite3} +\modulesynopsis{A DB-API 2.0 interface based on SQLite 3.x.}

I find that confusing -- isn't it a DB-API interface to SQLite?

Georg



More information about the Python-checkins mailing list