From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 62358 invoked by alias); 15 Apr 2015 15:56:50 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 62348 invoked by uid 89); 15 Apr 2015 15:56:50 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-1.9 required=5.0 tests=AWL,BAYES_00,SPF_PASS autolearn=ham version=3.3.2 X-HELO: usevmg21.ericsson.net Received: from usevmg21.ericsson.net (HELO usevmg21.ericsson.net) (198.24.6.65) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES256-SHA encrypted) ESMTPS; Wed, 15 Apr 2015 15:56:49 +0000 Received: from EUSAAHC008.ericsson.se (Unknown_Domain [147.117.188.96]) by usevmg21.ericsson.net (Symantec Mail Security) with SMTP id 2A.A6.17241.9372E255; Wed, 15 Apr 2015 10:54:17 +0200 (CEST) Received: from [142.133.110.232] (147.117.188.8) by smtp-am.internal.ericsson.com (147.117.188.98) with Microsoft SMTP Server id 14.3.210.2; Wed, 15 Apr 2015 11:56:47 -0400 Message-ID: <552E8A3E.4030901@ericsson.com> Date: Wed, 15 Apr 2015 15:56:00 -0000 From: Simon Marchi User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.6.0 MIME-Version: 1.0 To: Joel Brobecker CC: gdb-patches Subject: Re: [PATCH] Some Python 3 fixes References: <1428426786-7704-1-git-send-email-simon.marchi@ericsson.com> <552E833F.50706@ericsson.com> <20150415154046.GK4704@adacore.com> In-Reply-To: <20150415154046.GK4704@adacore.com> Content-Type: text/plain; charset="windows-1252" Content-Transfer-Encoding: 7bit X-IsSubscribed: yes X-SW-Source: 2015-04/txt/msg00579.txt.bz2 > Sorry for the delay, Simon. No worries. > Most of those are on the obvious side > (print being a function, now, and thus requiring the use of > parentheses), so they'd be OK to push without approval. The one > change that is less obvious is the adjustment after itertools.imap > got replaced by "map"; but the change looks good to me. > > So go ahead and push. Pushed. Thanks a lot!