> On Jan 2, 2017, at 5:42 AM, Justin Pryzby <[email protected]> wrote:
> 
> On Mon, Jan 02, 2017 at 11:48:53AM +0100, Christoph Zwerschke wrote:
>> Am 02.01.2017 um 03:15 schrieb Justin Pryzby:
>>> After instaling the latest version, I discovered that our singular use of
>>> namedresult() is broken, following the pygres implementation of LRU cache,
>>> since our field names includes underscores, which are not "isalnum()".
>> 
>> The somewhat overly-restrictive behavior checking for isalnum() should only
>> be used with old Python versions (2.6 and 3.0). Do you use one of these?
>> Then my suggestion is to document the change and make the check more
>> specific for Py 2.6 and 3.0.
> 
> Yes, unfortunately we're still using py 2.6.

This is a little off-topic, but if you're OK with using a version of Python 
that has been officially end-of-lifed 
<https://mail.python.org/pipermail/python-dev/2013-September/128287.html 
<https://mail.python.org/pipermail/python-dev/2013-September/128287.html>>, why 
are you doing new software development on it?  Why not just pin to an 
end-of-lifed/unsupported version of PyGreSQL as well?

-glyph

_______________________________________________
PyGreSQL mailing list
[email protected]
https://mail.vex.net/mailman/listinfo.cgi/pygresql

Reply via email to