Re: python 2.6 support [pgAdmin4] - Mailing list pgadmin-hackers

From Dave Page
Subject Re: python 2.6 support [pgAdmin4]
Date
Msg-id CA+OCxoxhaPonvF2Z0dPBcbM297Y0OEvmFt-3=vM=jisoedQr_Q@mail.gmail.com
Whole thread Raw
In response to python 2.6 support [pgAdmin4]  (Harshal Dhumal <harshal.dhumal@enterprisedb.com>)
List pgadmin-hackers
Thanks, patch applied.

On Wed, Jan 27, 2016 at 12:51 PM, Harshal Dhumal <harshal.dhumal@enterprisedb.com> wrote:
Hi,


PFA patch for pgAdmin4 to run in python 2.6 environment.

Changes are mostly related to 1] dictionary comprehension syntax. 2] Converting query result to dict in execute_dict and execute_2array methods in psycopg driver 3] Added importlib python package dependency for python 2.6.

-- 
Harshal Dhumal
Software Engineer 





--
Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org)
To make changes to your subscription:
http://www.postgresql.org/mailpref/pgadmin-hackers




--
Dave Page
Blog: http://pgsnake.blogspot.com
Twitter: @pgsnake

EnterpriseDB UK: http://www.enterprisedb.com
The Enterprise PostgreSQL Company

pgadmin-hackers by date:

Previous
From: Dave Page
Date:
Subject: pgAdmin 4 commit: Python 2.6 support fixes.
Next
From: Akshay Joshi
Date:
Subject: Re: Observed issue in pgAdmin3 while creating Type object