From 2a2f306f7b7cd6e74e3c591aaad6a131ef3b0b93 Mon Sep 17 00:00:00 2001 From: Daniele Varrazzo Date: Sun, 8 Feb 2015 02:32:47 +0000 Subject: [PATCH] Added NEWS note about picklable cursor.desciption --- NEWS | 1 + 1 file changed, 1 insertion(+) diff --git a/NEWS b/NEWS index 219a42d3..7c45fa45 100644 --- a/NEWS +++ b/NEWS @@ -21,6 +21,7 @@ What's new in psycopg 2.5.5 - Named cursors used as context manager don't swallow the exception on exit (:ticket:`#262`). +- `cursor.description` can be pickled (:ticket:`#265`). - Propagate read error messages in COPY FROM (:ticket:`#270`). - PostgreSQL time 24:00 is converted to Python 00:00 (:ticket:`#278`).