From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io1-xd2b.google.com (mail-io1-xd2b.google.com [IPv6:2607:f8b0:4864:20::d2b]) by sourceware.org (Postfix) with ESMTPS id 612C73858439; Thu, 4 Nov 2021 19:01:32 +0000 (GMT) DMARC-Filter: OpenDMARC Filter v1.4.1 sourceware.org 612C73858439 Received: by mail-io1-xd2b.google.com with SMTP id 2so4754238iou.1; Thu, 04 Nov 2021 12:01:32 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20210112; h=x-gm-message-state:message-id:date:mime-version:user-agent:subject :content-language:to:cc:references:from:in-reply-to :content-transfer-encoding; bh=aK+QX1FFHd1gw0dqNuT5YsOncGn5J3Hn3VkC1+z63ME=; b=fifj5TbveL/okT60U5emY3tZWtjC52YuSzbX6Ss8ev6nDsEe2Hprjd/LQ59nXe2lPb 28Xekij0jFu3HEbp90bpknYIHz8e6cLo/oZvkXvtjawc+L6JMHyGX2P3qUTipzOsy7id zOjdSj0x5Y1AmQ/YGMJlKYg9D261LQv2rD366ulm1kGC2GBwfZU80Dp4WyF8imRE9Bm+ Q7ZnFP5q0nNbVn09N37R7O0bf6G7ua6vVjX8kK1wPD6cSz0+dxs2NKHtgolYdq3oa7mn rtCWa1ubDfyvQDTq0jN7dBrANW/peeLE+z84PZKuVfYs59GbMnP/9DpTc9XEp7JMLllD CxRw== X-Gm-Message-State: AOAM532CaeoVKgH8IFxlIYx0fLZaTdD1oXdVnIgQurGooRGB+N9RMhBf EYuNefzJjJ1NHrI8xrEhxxc= X-Google-Smtp-Source: ABdhPJzKKfWGFJriTWDjC65kg64YBfOVoUfTEtEq2Bm9/r4BhxBvayDLlU4mjJUlcCaaRA0duFpfPg== X-Received: by 2002:a05:6602:13d5:: with SMTP id o21mr19513893iov.191.1636052491761; Thu, 04 Nov 2021 12:01:31 -0700 (PDT) Received: from [172.31.0.175] (c-98-202-48-222.hsd1.ut.comcast.net. [98.202.48.222]) by smtp.gmail.com with ESMTPSA id g7sm3169796ild.87.2021.11.04.12.01.30 (version=TLS1_3 cipher=TLS_AES_128_GCM_SHA256 bits=128/128); Thu, 04 Nov 2021 12:01:31 -0700 (PDT) Message-ID: <196bff6a-4b79-6f6e-cb10-80774462676f@gmail.com> Date: Thu, 4 Nov 2021 13:01:30 -0600 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.1.2 Subject: Re: [PATCH] contrib: testsuite-management: Update to be python3 compatible Content-Language: en-US To: Bernhard Reutner-Fischer , gcc-patches@gcc.gnu.org, Diego Novillo Cc: Bernhard Reutner-Fischer References: <20211031230524.2894401-1-rep.dot.nop@gmail.com> From: Jeff Law In-Reply-To: <20211031230524.2894401-1-rep.dot.nop@gmail.com> Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit X-Spam-Status: No, score=-3.6 required=5.0 tests=BAYES_00, DKIM_SIGNED, DKIM_VALID, DKIM_VALID_AU, DKIM_VALID_EF, FREEMAIL_FROM, NICE_REPLY_A, RCVD_IN_DNSWL_NONE, SPF_HELO_NONE, SPF_PASS, TXREP autolearn=ham autolearn_force=no version=3.4.4 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on server2.sourceware.org X-BeenThere: gcc-patches@gcc.gnu.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: Gcc-patches mailing list List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 04 Nov 2021 19:01:34 -0000 On 10/31/2021 5:05 PM, Bernhard Reutner-Fischer via Gcc-patches wrote: > From: Bernhard Reutner-Fischer > > contrib/ChangeLog: > > * testsuite-management/validate_failures.py: 2to3 Please update the comments at the top of the file WRT Python 2.4. :-) With those comments fixed, OK. jeff