Обсуждение: Psycopg 2.3.2 released

Поиск
Список
Период
Сортировка

Psycopg 2.3.2 released

От
Daniele Varrazzo
Дата:
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.3.2 has been released: it fixes a problem reported in
releases 2.3.0 and 2.3.1, preventing the connection to middleware such
as pgBouncer (ticket #24). Thanks to Marti Raudsepp for the bug report
and the patch.

All the informations and download URLs at
<http://initd.org/psycopg/articles/2010/12/20/psycopg-232-released/>.
The new package is also available for easy_install on PyPI.