From cedd15cb49bf85085a8db458877bebef3eb73c8a Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sat, 22 Dec 2012 00:56:48 +0100 Subject: [PATCH] Python 3.3 is now supported --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 679486bc..71c98525 100644 --- a/NEWS +++ b/NEWS @@ -13,6 +13,7 @@ What's new in psycopg 2.4.6 Thanks to Manu Cupcic for the report (ticket #110). - 'register_hstore()', 'register_composite()', 'tpc_recover()' work with RealDictConnection and Cursor (ticket #114). + - Added support for Python 3.3. What's new in psycopg 2.4.5