Re: remove support for old Python versions

From: Tom Lane <tgl(at)sss(dot)pgh(dot)pa(dot)us>
To: Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com>
Cc: pgsql-hackers <pgsql-hackers(at)postgresql(dot)org>
Subject: Re: remove support for old Python versions
Date: 2019-12-09 22:32:48
Message-ID: 18402.1575930768@sss.pgh.pa.us
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers

Peter Eisentraut <peter(dot)eisentraut(at)2ndquadrant(dot)com> writes:
> Per discussion in [0], here is a patch set to remove support for Python
> versions older than 2.6.

I took a brief look through this and it seems reasonable. Two
minor comments:

* In the docs section beginning "Context managers syntax using the with
keyword", could we drop that entire <sect2>? It seems like it's now not
saying much more than "you can use this standard python feature", which
is hardly surprising information.

* I'm not sure it's a good idea to remove the test case you removed
from plpython_subtransaction.sql. We still need to support user
code written that way, don't we?

regards, tom lane

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2019-12-09 22:40:40 Re: verbose cost estimate
Previous Message Greg Stark 2019-12-09 22:27:01 Re: verbose cost estimate