Psycopg 2.4 beta1 released - with Python 3 support

From: Daniele Varrazzo <daniele(dot)varrazzo(at)gmail(dot)com>
To: pgsql-announce(at)postgresql(dot)org
Subject: Psycopg 2.4 beta1 released - with Python 3 support
Date: 2011-02-08 10:42:43
Message-ID: AANLkTinovCZRsHTKb_ncJtg58EAwMhWJvaX=+FJGDP_=@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-announce

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.

Psycopg 2.4 beta1 has been released. The most important features in
this version are:

- the long due support for Python 3
- support for PostgreSQL composite types
- more efficient iteration on server-side cursors

plus a bunch of optimizations and bug fixes: you can find all the
details in the announce at
<http://initd.org/psycopg/articles/2011/02/06/psycopg-24-beta1-released/>.

A final release is planned in a few days. If your program was ready
for Python 3 and just needed a way to connect to PostgreSQL, this is
the time to test it. For any feedback you are welcome on the project
mailing list or issue tracker.

Browse pgsql-announce by date

  From Date Subject
Next Message Pavel Golub 2011-02-09 11:17:30 PostgresDAC 2.6.1 released
Previous Message Pavel Golub 2011-02-08 08:48:15 Database Designer for PostgreSQL 1.3.2 released