Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1bhEF5-0001NV-9S for pgadmin-hackers@arkaria.postgresql.org; Tue, 06 Sep 2016 11:08:39 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1bhEF4-0006OM-MJ for pgadmin-hackers@arkaria.postgresql.org; Tue, 06 Sep 2016 11:08:38 +0000 Received: from magus.postgresql.org ([2a02:c0:301:0:ffff::29]) by malur.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA384:256) (Exim 4.84_2) (envelope-from ) id 1bhEF4-0006OA-Bg for pgadmin-hackers@postgresql.org; Tue, 06 Sep 2016 11:08:38 +0000 Received: from mail-qk0-x229.google.com ([2607:f8b0:400d:c09::229]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1bhEF0-0004GQ-QZ for pgadmin-hackers@postgresql.org; Tue, 06 Sep 2016 11:08:37 +0000 Received: by mail-qk0-x229.google.com with SMTP id l2so213402576qkf.3 for ; Tue, 06 Sep 2016 04:08:34 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=enterprisedb-com.20150623.gappssmtp.com; s=20150623; h=mime-version:in-reply-to:references:from:date:message-id:subject:to; bh=H+vvQ2R+UfoX7sC4A52GOt1p56B8mWTIEx8vtTVwbfk=; b=XT8RTA91kpmPNSeYlmHTZ56Doq58qahCLr3VYjhxnLoaHicHPOkMww+3oYVrlvkYUU BiVmEz0+dK/f8GVmg5xirUJKPNJ2l/LCQ8LSrQWu9Jivb5l/660e+AKpJg3khM+MYv+o Qk6C9rVjU2B2cJABd/UNPS7qSZZ6kEtUf6XtQWPHZ/rL1ZrfqgJcE5yuhM1Jc0gWO4LJ RsyS2uhvfmGg7Jrh/uvQavIwPMF0sGN1+gjvmw3EvI1jR+QUbDHwGX3H+SXUr1xayxjz hooZmycw4EriqQrNutTqpgc0au4AnA9UM8uWHz4Bou9vdCFptHE/PqlfixD0aYxOBcow DGeQ== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to; bh=H+vvQ2R+UfoX7sC4A52GOt1p56B8mWTIEx8vtTVwbfk=; b=ALCz56EY9E73VTiOoHtzVZ7l1WX1EwzLfh1HXptW8CzcrBSuH4U3o81HPmoGr1b/8y 1dstIvAox3Vc/a2NAdH9oyFmNJusUm3ksvs4bCzrqP8aKRr/r8GZQFcJDJ2HnPWj1wSl Vb29n+aonw+8YvpqDThg37iozJJ0o5mhwx/BlqHaaAmtnA4cUCvyUMraIVkKMZUdHRo9 C7SuBujL1Z1z4E/oKHVI/RHZ6JrH7g3rlt/2AOmKnJeOQoBXgQdbNIQa7it3vJti6hDX l5LO9PYEaPrZZmCtSB7/YGPunqfiyHYZX6JYwU5tl3RpNXPkFvoQoh7yw9Icn3hbvaio aWbA== X-Gm-Message-State: AE9vXwM3X0Q7AcmRzf5l1Ra0/8dx9uH4B0JNlpVePjGaqT7FjZPZ3A/kouQJWdOu97oWW0lFmh8sZVsIvOxI8mEJ X-Received: by 10.55.100.150 with SMTP id y144mr3703024qkb.23.1473160112972; Tue, 06 Sep 2016 04:08:32 -0700 (PDT) MIME-Version: 1.0 Received: by 10.55.140.5 with HTTP; Tue, 6 Sep 2016 04:08:12 -0700 (PDT) In-Reply-To: References: From: Murtuza Zabuawala Date: Tue, 6 Sep 2016 16:38:12 +0530 Message-ID: Subject: Re: PATCH: Python2.6 compatibility fixes (pgAdmin4) To: pgadmin-hackers Content-Type: multipart/alternative; boundary=94eb2c05e6763b2e3c053bd4d1ae X-Pg-Spam-Score: -2.6 (--) List-Archive: List-Help: List-ID: List-Owner: List-Post: List-Subscribe: List-Unsubscribe: X-Mailing-List: pgadmin-hackers Precedence: bulk Sender: pgadmin-hackers-owner@postgresql.org --94eb2c05e6763b2e3c053bd4d1ae Content-Type: text/plain; charset=UTF-8 +++ Adding related RM. RM#1636 & RM#1659 -- Regards, Murtuza Zabuawala EnterpriseDB: http://www.enterprisedb.com The Enterprise PostgreSQL Company On Tue, Sep 6, 2016 at 4:36 PM, Murtuza Zabuawala < murtuza.zabuawala@enterprisedb.com> wrote: > Hi, > > PFA minor patch for Python2.6 compatibility with pgAdmin4. > Please review. > > > Regards, > Murtuza Zabuawala > EnterpriseDB: http://www.enterprisedb.com > The Enterprise PostgreSQL Company > --94eb2c05e6763b2e3c053bd4d1ae Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
+++ Adding related RM.

RM#1636 & RM= #1659

= --
Regards,
Murtuza Zabuawa= la
EnterpriseDB:=C2=A0http:= //www.enterprisedb.com
The Enterprise PostgreSQL Company
=

On Tue, Sep 6, 2016 at 4:36 PM, Murtuza Zabu= awala <murtuza.zabuawala@enterprisedb.com> = wrote:
Hi,

PFA minor patch for=C2=A0Python2.6 compatibility with pgAdmin4.
=
Please review.


Regards,
Murtuza Zabuawala
EnterpriseDB:= =C2=A0http://www.enterprisedb= .com
The Enterprise PostgreSQL Company


--94eb2c05e6763b2e3c053bd4d1ae--