Re: remove support for old Python versions
Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
From: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
To: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-01-08T22:04:48Z
Lists: pgsql-hackers
On 2019-12-31 10:46, Peter Eisentraut wrote: > On 2019-12-09 11:37, Peter Eisentraut wrote: >> Per discussion in [0], here is a patch set to remove support for Python >> versions older than 2.6. >> >> >> [0]: >> https://www.postgresql.org/message-id/6d3b7b69-0970-4d40-671a-268c46e93fe3@2ndquadrant.com > > It appears that the removal of old OpenSSL support is stalled or > abandoned for now, so this patch set is on hold for now as well, as far > as I'm concerned. I have committed the change of the Python exception > syntax in the documentation, though. Since the OpenSSL patch went ahead, I have now committed this one as well. -- Peter Eisentraut http://www.2ndQuadrant.com/ PostgreSQL Development, 24x7 Support, Remote DBA, Training & Services
Commits
-
Modernize Python exception syntax in tests
- 45223fd9cefe 13.0 landed
-
Remove support for Python older than 2.6
- 37f21ed132d1 13.0 landed