Re: remove support for old Python versions
Michael Paquier <michael@paquier.xyz>
From: Michael Paquier <michael@paquier.xyz>
To: Peter Eisentraut <peter.eisentraut@2ndquadrant.com>
Cc: pgsql-hackers <pgsql-hackers@postgresql.org>
Date: 2020-01-02T13:47:28Z
Lists: pgsql-hackers
On Tue, Dec 31, 2019 at 10:46:55AM +0100, Peter Eisentraut wrote: > 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. Yeah, the cleanup of the code related to OpenSSL 0.9.8 and 1.0.0 was rather limited, which was disappointing, so I am still hesitating in merging that into the tree. Doing more cleanup with the past Python versions gives a good extra argument though, so I'll send a notice on the OpenSSL thread here: https://www.postgresql.org/message-id/20191205083252.GE5064@paquier.xyz -- Michael
Commits
-
Modernize Python exception syntax in tests
- 45223fd9cefe 13.0 landed
-
Remove support for Python older than 2.6
- 37f21ed132d1 13.0 landed