Re: [PATCH v2 4/7] perf script python: add Python3 support to event_analyzing_sample.py

From: Arnaldo Carvalho de Melo
Date: Wed Mar 06 2019 - 16:11:53 EST


Em Fri, Mar 01, 2019 at 05:19:00PM -0800, Tony Jones escreveu:
> Support both Python2 and Python3 in the event_analyzing_sample.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.