Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtp (Exim 4.84_2) (envelope-from ) id 1av0We-0002r7-5e for pgadmin-hackers@arkaria.postgresql.org; Tue, 26 Apr 2016 10:47:28 +0000 Received: from localhost ([127.0.0.1] helo=postgresql.org) by malur.postgresql.org with smtp (Exim 4.84_2) (envelope-from ) id 1av0Wd-0005Ty-Oe for pgadmin-hackers@arkaria.postgresql.org; Tue, 26 Apr 2016 10:47:27 +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 1av0Wd-0005Tq-DG for pgadmin-hackers@postgresql.org; Tue, 26 Apr 2016 10:47:27 +0000 Received: from mail-io0-x235.google.com ([2607:f8b0:4001:c06::235]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.84_2) (envelope-from ) id 1av0WS-0003fX-Il for pgadmin-hackers@postgresql.org; Tue, 26 Apr 2016 10:47:27 +0000 Received: by mail-io0-x235.google.com with SMTP id d62so11766332iof.2 for ; Tue, 26 Apr 2016 03:47:16 -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 :cc; bh=IqEL64F9uLiMEkn6HYt/FWISmhcbjbKDiEpubfYU+zs=; b=PDBtFPBE9Lnbp3a+jJ9WT14tTZj5IG2gd4zo1nZCh382/NbTDHRdBTiUlOWCm+yxrL Mv9/NXkBtR6NkKoyl29vyiCaPbR+vL5MZ5MBaEr5DsHBCFJZg8Ai+jvdUvPVVVmKojes MgzzA7Vcm3BCprYCN9w7YDvMRoRedZm5zsougT+/RY/ZvNlsUFT1npRv2hf3dVb7hCJK kVyWHz6yTH4Iddedda87SaTujY3Ph8/8UwMClE2FmtePJeH598kzmTMn5Hqhl+E3lewQ o6CDk2xTs1mo9KEVoU4jit/xFj8ST08k5CWyDp/OIX7h6AugysQ/fpxXZhFJzGCyVqeS dHhA== 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:cc; bh=IqEL64F9uLiMEkn6HYt/FWISmhcbjbKDiEpubfYU+zs=; b=JtZ9nqvu4vcUggGDbx58h+5JVTwMS52faSh45nNv23As3Xee3EUcZdB2ua31DBuQZn RZeDOqyddvBCAa25bjs7AHXvDGgUeaZRHF0MAiY00yP7MTx38+06Yaq6+emjAabKo/Po iQ7M4dpU+B9ug/a9MNAW75aIICEJ+alJzOkq+y56x5WbdI5NuNOZ3Fhr3lUfC6CKAjvc zYlvHK1GvBaANzNMCd5gfsQ4XIUQSVq82oEIoiWCfxWmuTIsfX+aIY/5mzjXwtNgXkYX GFyahfS8eNsDDtX6LvdK+KpbC6pHn5zEIpMb2Aw226NTNmNpgHuy/KO8sUFMDIVvvVnl E+9A== X-Gm-Message-State: AOPr4FUX01EVNVeuvoLYP/W130vwd1UhH/kK6DE6OpR8bz4eLjqJrP7uquW6SVLytQ6WDqTUjkdAeYUdkBtwoLvc X-Received: by 10.107.41.210 with SMTP id p201mr2941271iop.106.1461667634913; Tue, 26 Apr 2016 03:47:14 -0700 (PDT) MIME-Version: 1.0 Received: by 10.107.39.5 with HTTP; Tue, 26 Apr 2016 03:46:55 -0700 (PDT) In-Reply-To: References: From: Ashesh Vashi Date: Tue, 26 Apr 2016 16:16:55 +0530 Message-ID: Subject: Re: [pgAdmin4][Patch]: Fixed the TypeError into session.py To: Khushboo Vashi Cc: pgadmin-hackers Content-Type: multipart/alternative; boundary=001a1141f3a228b8e8053161043d X-Pg-Spam-Score: -1.0 (-) 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 --001a1141f3a228b8e8053161043d Content-Type: text/plain; charset=UTF-8 Thanks - committed! -- Thanks & Regards, Ashesh Vashi EnterpriseDB INDIA: Enterprise PostgreSQL Company *http://www.linkedin.com/in/asheshvashi* On Tue, Apr 26, 2016 at 4:03 PM, Khushboo Vashi < khushboo.vashi@enterprisedb.com> wrote: > Hi, > > Fixed an issue related to Type ( TypeError: 'str' does not support the > buffer interface) > for python3 in the session.py. > > Please find attachment for the same. > > Thanks, > Khushboo > > > -- > Sent via pgadmin-hackers mailing list (pgadmin-hackers@postgresql.org) > To make changes to your subscription: > http://www.postgresql.org/mailpref/pgadmin-hackers > > --001a1141f3a228b8e8053161043d Content-Type: text/html; charset=UTF-8 Content-Transfer-Encoding: quoted-printable
Thanks - committed!

--

Thanks & Regards,=

Ashesh Vashi
EnterpriseDB INDIA: <= a href=3D"http://www.enterprisedb.com" target=3D"_blank">Enterprise Postgre= SQL Company

<= br>

<= a href=3D"http://www.linkedin.com/in/asheshvashi" target=3D"_blank">http= ://www.linkedin.com/in/asheshvashi


On Tue, Apr 26, 2016 at 4:03 PM, Khushboo Va= shi <khushboo.vashi@enterprisedb.com> wrote:
Hi,
Fixed an issue related to Type ( TypeError: 'str' does = not support the buffer interface)
for python3 in the session.py.<= br>
Please find attachment for the same.

Thanks,
Khushboo


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


--001a1141f3a228b8e8053161043d--