Psycopg 2.4.5 released

Lists: pgsql-announce
From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Psycopg 2.4.5 released
Date: 2012-03-29 17:14:12
Message-ID: CA+mi_8Y+-KiYZ4-Q77rCstiqrKQOCFHF1u96WYYUKj-DQyu30Q@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Lists: pgsql-announce

Hello,

Psycopg version 2.4.5 has been released. This is a bugfix release,
among the issues fixed:

- close() is now idempotent and doesn't raise errors on already closed
connections/cursors
- exceptions are picklable, making them multiprocess-friendly
- fixed multithread problem with commit() concurrent to execute()

For the full list of changes, please check the release notes at
<http://initd.org/psycopg/articles/2012/03/29/psycopg-245-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.