Thread: Psycopg 2.4.2 released

Psycopg 2.4.2 released

From
Daniele Varrazzo
Date:
Hello,

Psycopg 2.4.2 has been released. It brings a few bug fixes (the most
important for multithread code and virtualenv interaction) and
improvement in the transactions control to enable use of the new
features available in PostgreSQL 9.2.

More details available on the website:
http://initd.org/psycopg/articles/2011/06/12/psycopg-242-released/

----

Psycopg is the most popular PostgreSQL adapter for the Python
programming language. At its core it fully implements the Python DB
API 2.0 specifications. Several extensions allow access to many of the
features offered by PostgreSQL.