From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cantor2.suse.de ([195.135.220.15]:46378 "EHLO mx2.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1756283Ab3H3Oyu (ORCPT ); Fri, 30 Aug 2013 10:54:50 -0400 Message-ID: <5220B236.1040009@suse.cz> Date: Fri, 30 Aug 2013 16:54:46 +0200 From: Michal Marek MIME-Version: 1.0 Subject: Re: [PATCH RESEND] diffconfig: Update script to support python versions 2.5 through 3.3 References: <20130820184112.GA18525@woodpecker.gentoo.org> <20130828115706.GA17212@woodpecker.gentoo.org> In-Reply-To: <20130828115706.GA17212@woodpecker.gentoo.org> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Sender: linux-kbuild-owner@vger.kernel.org List-ID: To: Mike Pagano Cc: linux-kbuild@vger.kernel.org On 28.8.2013 13:57, Mike Pagano wrote: > On Tue, Aug 20, 2013 at 02:41:12PM -0400, Mike Pagano wrote: >> Support past and active versions of python while maintaining backward compatibility. >> Script has been tested on python versions up to and including 3.3.X. >> >> --- >> scripts/diffconfig | 28 +++++++++++++--------------- >> 1 file changed, 13 insertions(+), 15 deletions(-) >> [...] > > Any feedback or thoughts on this patch? Sorry for the delay. It works great, even with 2.4. You just forgot to add your signoff, can I add Signed-off-by: Mike Pagano ? Michal