Re: remove support for old Python versions - Mailing list pgsql-hackers

From Tom Lane
Subject Re: remove support for old Python versions
Date
Msg-id 18402.1575930768@sss.pgh.pa.us
Whole thread Raw
In response to remove support for old Python versions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
Responses Re: remove support for old Python versions  (Peter Eisentraut <peter.eisentraut@2ndquadrant.com>)
List pgsql-hackers
Peter Eisentraut <peter.eisentraut@2ndquadrant.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



pgsql-hackers by date:

Previous
From: Greg Stark
Date:
Subject: Re: verbose cost estimate
Next
From: Tom Lane
Date:
Subject: Re: verbose cost estimate