Psycopg 2.4.5 released - Mailing list pgsql-announce

From Daniele Varrazzo
Subject Psycopg 2.4.5 released
Date
Msg-id CA+mi_8Y+-KiYZ4-Q77rCstiqrKQOCFHF1u96WYYUKj-DQyu30Q@mail.gmail.com
Whole thread Raw
List 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.

pgsql-announce by date:

Previous
From: David Fetter
Date:
Subject: Re: == PostgreSQL Weekly News - March 25 2012 ==
Next
From: David Fetter
Date:
Subject: == PostgreSQL Weekly News - April 01 2012 ==