From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15997 invoked by alias); 27 Jul 2017 08:49:19 -0000 Mailing-List: contact gcc-patches-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-patches-owner@gcc.gnu.org Received: (qmail 12980 invoked by uid 89); 27 Jul 2017 08:49:09 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy=HContent-Transfer-Encoding:8bit X-HELO: smtp.eu.adacore.com Received: from mel.act-europe.fr (HELO smtp.eu.adacore.com) (194.98.77.210) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Thu, 27 Jul 2017 08:49:08 +0000 Received: from localhost (localhost [127.0.0.1]) by filtered-smtp.eu.adacore.com (Postfix) with ESMTP id 72EB78138D; Thu, 27 Jul 2017 10:49:06 +0200 (CEST) Received: from smtp.eu.adacore.com ([127.0.0.1]) by localhost (smtp.eu.adacore.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id FlKasGWoCIhX; Thu, 27 Jul 2017 10:49:06 +0200 (CEST) Received: from [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838] (cacatoes.act-europe.fr [IPv6:2a02:2ab8:224:1:f21f:afff:fe4c:b838]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by smtp.eu.adacore.com (Postfix) with ESMTPSA id 5F87C8136D; Thu, 27 Jul 2017 10:49:06 +0200 (CEST) Subject: Re: [PATCH 1/2] Introduce testsuite support to run Python tests To: David Malcolm , gcc-patches@gcc.gnu.org References: <20170726160040.6516-1-derodat@adacore.com> <20170726160040.6516-2-derodat@adacore.com> <1501086319.10760.56.camel@redhat.com> <52320c0f-3006-5192-5200-38bd91319e75@adacore.com> <1501087727.10760.60.camel@redhat.com> From: Pierre-Marie de Rodat Message-ID: <2cdad8e5-0a90-a91d-2773-6c3c8fe348d7@adacore.com> Date: Thu, 27 Jul 2017 08:49:00 -0000 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:52.0) Gecko/20100101 Thunderbird/52.1.1 MIME-Version: 1.0 In-Reply-To: <1501087727.10760.60.camel@redhat.com> Content-Type: text/plain; charset=utf-8; format=flowed Content-Transfer-Encoding: 8bit X-IsSubscribed: yes X-SW-Source: 2017-07/txt/msg01782.txt.bz2 On 07/26/2017 06:48 PM, David Malcolm wrote: > IIRC RHEL 6 has Python 2.6 as its /usr/bin/python (but Python 2.7 is > available as a "software collection" add-on). > > I don't know if gcc as a project would want to support 2.6+ or simply > 2.7 for Python 2. I don’t know neither: let’s wait for further feedback, then. If needed I’ll turn all the .format into % operations. -- Pierre-Marie de Rodat