diff options
author | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-01-23 14:09:59 +0000 |
---|---|---|
committer | Daniele Varrazzo <daniele.varrazzo@gmail.com> | 2019-01-23 14:34:44 +0000 |
commit | 352550e71a3cb585125b673dc2ec70d59e1647ab (patch) | |
tree | 4266576c0a91242f0c45d2cc2761c0b84131def1 /NEWS | |
parent | 00cb2636f51456766f94773437dde759e9df0974 (diff) | |
download | psycopg2-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-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |