summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorJon Dufresne <jon.dufresne@gmail.com>2018-12-02 09:47:00 -0800
committerJon Dufresne <jon.dufresne@gmail.com>2018-12-04 06:32:00 -0800
commita1fdaebc309e1ee9a36bea9edea7cb95aa75c281 (patch)
tree242241e32a1b9a7354e9bc4dec0326d7091d76b1 /NEWS
parent68bacbb1940c18aa0a0613c1d72ae7192d853471 (diff)
downloadpsycopg2-a1fdaebc309e1ee9a36bea9edea7cb95aa75c281.tar.gz
Dropped deprecated PersistentConnectionPool
This class was deprecated in 27cd6c4880161a715b1952be64cc96ebc968fa2b (Dec 2, 2012), which was first included in release 2.5. Enough time has passed for library uses to find an alternative solution. This class was untested.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3f7b608..3b0da76 100644
--- a/NEWS
+++ b/NEWS
@@ -31,6 +31,8 @@ Other changes:
- Dropped support for Python 2.6, 3.2, 3.3.
- Dropped `psycopg1` module.
- 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.
- 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