From: Gerhard Häring on
pysqlite 2.6.0 released
=======================

Release focus: Synchronize with sqlite3 module in Python trunk.

pysqlite is a DB-API 2.0-compliant database interface for SQLite.

SQLite is a in-process library that implements a self-contained,
serverless, zero-configuration, transactional SQL database
engine.

Go to http://pysqlite.googlecode.com/ for downloads, online documentation and
for reporting bugs.

Changes
=======

- pysqlite can now be built against Python versions without thread support
- PyDict_SetItem is now checked so you cannot shoot yourself in the
foot, even if you try to
- More checks for closed connections were added to avoid possible segfaults

Compatibility
=============

Warning:

pysqlite is not supported for Python < 2.5 any longer. This release still
builds against Python 2.3 and 2.4, but I won't bother with these in the future.