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: 2019-12-09T10:37:54Z
Lists: pgsql-hackers
Attachments
- 0001-Remove-support-for-Python-older-than-2.6.patch (text/plain) patch 0001
- 0002-Modernize-Python-exception-syntax.patch (text/plain) patch 0002
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 -- 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