Re: Use Python3 where possible

2016-03-15 Thread Thomas Goirand
Hi Matthias, Thanks for bringing this topic. On 03/15/2016 11:20 AM, Matthias Klose wrote: > The recent update of pep8 to use Python3 by default, and the regressions > mentioned in #807409 reminded me, that we probably should address the > use of Python3 more pro-actively. > > The pep8 binary pa

Re: Use Python3 where possible

2016-03-15 Thread Barry Warsaw
Probably no surprise, but I agree with everything Matthias said. On Mar 15, 2016, at 11:20 AM, Matthias Klose wrote: >I would like to come up with a recommendation that if a python module ships >scripts, Python3 is used for these scripts, and the Python2 version of these >scripts should be droppe

Re: Use Python3 where possible

2016-03-15 Thread Andrey Rahmatullin
On Tue, Mar 15, 2016 at 11:20:12AM +0100, Matthias Klose wrote: > I would like to come up with a recommendation that if a python module ships > scripts, Python3 is used for these scripts, and the Python2 version of these > scripts should be dropped (and python -m ...) should be used instead. An >