Psycopg 2.4.5 released

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
Thread:
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.

Browse pgsql-announce by date

  From Date Subject
Next Message David Fetter 2012-04-02 03:54:08 == PostgreSQL Weekly News - April 01 2012 ==
Previous Message David Fetter 2012-03-26 14:08:04 Re: == PostgreSQL Weekly News - March 25 2012 ==