summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-01-23 14:09:59 +0000
committerDaniele Varrazzo <daniele.varrazzo@gmail.com>2019-01-23 14:34:44 +0000
commit352550e71a3cb585125b673dc2ec70d59e1647ab (patch)
tree4266576c0a91242f0c45d2cc2761c0b84131def1 /NEWS
parent00cb2636f51456766f94773437dde759e9df0974 (diff)
downloadpsycopg2-drop-display-size.tar.gz
Dropped PSYCOPG_DISPLAY_SIZE build parameterdrop-display-size
Big and complex _pq_fetch_tuples simplified by moving per-column calculatio to a separate function.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8ed79c8..1558bea 100644
--- a/NEWS
+++ b/NEWS
@@ -38,6 +38,7 @@ Other changes:
- Dropped deprecated `!register_tstz_w_secs()` (was previously a no-op).
- Dropped deprecated `!PersistentConnectionPool`. This pool class was mostly
designed to interact with Zope. Use `!ZPsycopgDA.pool` instead.
+- Dropped `!PSYCOPG_DISPLAY_SIZE` build parameter.
- No longer use 2to3 during installation for Python 2 & 3 compatability. All
source files are now compatible with Python 2 & 3 as is.
- The `!psycopg2.test` package is no longer installed by ``python setup.py