Re: [PATCH 00/15] perf script python: add Python3 support

2019-02-23 Thread Tony Jones
On 2/22/19 3:06 PM, Tony Jones wrote: > The following patches add Python3 support to the remainder of > the scripts under scripts/python. I should possibly have labeled this V3. Seeteena had submitted prior patches but they had issues and since I already had (better tested) patches in OpenSUSE

[PATCH 00/15] perf script python: add Python3 support

2019-02-22 Thread Tony Jones
The following patches add Python3 support to the remainder of the scripts under scripts/python. Minimum supported Python version is now v2.6 I tested everything against v2.7 (no patch), v2.7 (patch) and v3.7 (patch). Seeteena also tested a subset (no SQL, no IPT) against v2.6 There are chang