From mboxrd@z Thu Jan 1 00:00:00 1970 From: Arnaldo Carvalho de Melo Subject: Re: [PATCH v2 2/7] perf script python: add Python3 support to futex-contention.py Date: Wed, 6 Mar 2019 18:11:29 -0300 Message-ID: <20190306211129.GN30734@kernel.org> References: <20190302011903.2416-1-tonyj@suse.de> <20190302011903.2416-3-tonyj@suse.de> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Content-Disposition: inline In-Reply-To: <20190302011903.2416-3-tonyj@suse.de> Sender: linux-kernel-owner@vger.kernel.org To: Tony Jones Cc: linux-kernel@vger.kernel.org, linux-perf-users@vger.kernel.org, Seeteena Thoufeek , Arnaldo Carvalho de Melo List-Id: linux-perf-users.vger.kernel.org Em Fri, Mar 01, 2019 at 05:18:58PM -0800, Tony Jones escreveu: > Support both Python2 and Python3 in the futex-contention.py script > > There may be differences in the ordering of output lines due to > differences in dictionary ordering etc. However the format within lines > should be unchanged. > > The use of 'from __future__' implies the minimum supported Python2 version > is now v2.6 thanks, applied