Received: from malur.postgresql.org ([217.196.149.56]) by arkaria.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpBln-0001Xe-O7 for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Jan 2019 12:48:40 +0000 Received: from localhost ([127.0.0.1] helo=malur.postgresql.org) by malur.postgresql.org with esmtp (Exim 4.89) (envelope-from ) id 1gpBlm-0000PP-Fz for pgadmin-hackers@arkaria.postgresql.org; Thu, 31 Jan 2019 12:48: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_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpBlm-0000Gb-4c for pgadmin-hackers@lists.postgresql.org; Thu, 31 Jan 2019 12:48:38 +0000 Received: from mail-wm1-x341.google.com ([2a00:1450:4864:20::341]) by magus.postgresql.org with esmtps (TLS1.2:ECDHE_RSA_AES_256_CBC_SHA1:256) (Exim 4.89) (envelope-from ) id 1gpBlj-0006Lt-Hp for pgadmin-hackers@postgresql.org; Thu, 31 Jan 2019 12:48:37 +0000 Received: by mail-wm1-x341.google.com with SMTP id p6so2432674wmc.1 for ; Thu, 31 Jan 2019 04:48:35 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=pgadmin-org.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=ivp4nlLB7hsYgX+X4WutavCFJoY5FVhZBOuq1hrgID0=; b=mwi/Kryuiq1pYhjnF4aH06uIuFbO9KYlkmOhZqhXheTZuQL+3QSSG+mCAIpc2ateC2 2LdQBHuF3butc1dCb6ZFfi3kAVpx/gCP717PlDwWrTc7AP6+uJ2rO8uMFX9zILhuTcac PKb0YC1nZFfI8qdiKRJBsyej5/LGcN2O5u3FP9TcHdwl3Oa6fCpaP9Bk8xaRLbFhgzzn B+SmWrZLV3sfMt3jgvGHAQ+4o7Ulwksw4u3wnSBr+0/rBq/fCfnyGMoPZL7iNLUshyEU hyrqiulPSIlWPo964sqrSpTDZoZrG9/OYBu8nDPPi57/zjroZz156KlqHH7KwZ12VPBh OLrA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to:cc; bh=ivp4nlLB7hsYgX+X4WutavCFJoY5FVhZBOuq1hrgID0=; b=atgqxzNSPba9Kr0IXroTAfZV3q1fi3ohcmC0OLqsw55hQGlnGQ6qHJ48hP8gkfvgu1 t8SOe3lWnNEjaGtCWJ5NxDflM/LIcUs2dnrh++WM1m+nFbARh/i9i8ivl1tAvFAnoSLG eByaijp5RV1VyxeRJfVf3ACFe06ojawhNQHApFtyP/0gl9bVOGUZNG8L1mkRWqQ3NQO7 NyiGvKij1fcrYEJcuvIKSfaVlDg5PPCVPngqC+sGZpnKk2NDVBFhRY7WVfKWXoUqYYOT NzHOQI562ECsA6RzwHxGjOUENE72t9pr4iXCeYybTg+UJ6ghe2Nb6ZOqYDPw2mXk+rlx aHDg== X-Gm-Message-State: AJcUukdIUXGwXlncc4ILTO6ymOTmw+nKSKUHzIwHAGyl4n5Y0PSaHDv4 jE5n/heksG2pXtlRmCN851MblnGyTBl7F9wPJK6byA== X-Google-Smtp-Source: ALg8bN7R+O11bxE/0vNGJ2v0lgHuEQXuo44N7WDGimB0B5qV69n0caFw3XRBMwkQ/fSTJJUO/WmKnsdh/AGnVD8gg6Q= X-Received: by 2002:a1c:7719:: with SMTP id t25mr31411556wmi.7.1548938913922; Thu, 31 Jan 2019 04:48:33 -0800 (PST) MIME-Version: 1.0 References: In-Reply-To: From: Dave Page Date: Thu, 31 Jan 2019 12:48:22 +0000 Message-ID: Subject: Re: Remove python 2.6 specific code To: Cyril Jouve Cc: pgadmin-hackers Content-Type: text/plain; charset="UTF-8" List-Id: List-Help: List-Subscribe: List-Post: List-Owner: List-Archive: Precedence: bulk Thanks - patch applied with a minor change for PEP8 compliance. On Wed, Jan 30, 2019 at 8:51 PM Cyril Jouve wrote: > > Hi, > > Since python 2.6 is deprecated, this patch removes python 2.6 specific code. > > Regards, > Cyril -- Dave Page Blog: http://pgsnake.blogspot.com Twitter: @pgsnake EnterpriseDB UK: http://www.enterprisedb.com The Enterprise PostgreSQL Company