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

From: Murtuza Zabuawala <murtuza(dot)zabuawala(at)enterprisedb(dot)com>
To: pgadmin-hackers <pgadmin-hackers(at)postgresql(dot)org>
Subject: [pgAdmin4][PATCH] Compatibility fixes for Python2.6
Date: 2017-02-08 05:18:21
Message-ID: CAKKotZR=vkRuniA6buRL3nZFFZgDJ-AmzMad34L8rMosLGbFCw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgadmin-hackers

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

Attachment Content-Type Size
fix_python26_issues.diff text/plain 1.5 KB

Responses

Browse pgadmin-hackers by date

  From Date Subject
Next Message Dave Page 2017-02-08 11:40:47 pgAdmin 4 commit: Fix indentation
Previous Message George Gelashvili 2017-02-07 23:02:24 [patch] change --pkg behavior