Re: [pgAdmin4][PATCH] Compatibility fixes for Python2.6

From: Dave Page <dpage(at)pgadmin(dot)org>
To: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
Cc: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: Re: [pgAdmin4][PATCH] Compatibility fixes for Python2.6
Date: 2017-02-08 16:29:07
Message-ID: CA+OCxoxd5JT7b6EFxOEpgJ64FBjrkR0kjBJX9_avAFb+YO8nGA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

Thanks - applied.

On Wed, Feb 8, 2017 at 5:18 AM, Murtuza Zabuawala
<murtuza(dot)zabuawala(at)enterprisedb(dot)com> wrote:
> Hi,
>
> PFA minor patch to fix the issue where user was not able to use query tool
> when using Python2.6.
> I also fixed "process_executer.py" as it has dict comprehension which is not
> supported in Python2.6, so used dict instead.
> RM#2159
>
> --
> Regards,
> Murtuza Zabuawala
> EnterpriseDB: http://www.enterprisedb.com
> The Enterprise PostgreSQL Company
>
>
> --
> Sent via pgadmin-hackers mailing list (pgadmin-hackers(at)postgresql(dot)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

In response to

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-08 16:52:07 pgAdmin 4 commit: Spit out an exit code when running the regression tes
Previous Message Dave Page 2017-02-08 16:28:09 pgAdmin 4 commit: Python 2.6 compatibility fixes.