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.

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

Reply via email to