Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-28 Thread Zack Weinberg
On Thu, Jan 27, 2022, at 9:20 PM, Jacob Bachmeyer wrote: >> Now, nobody listens to me, and I'm painfully aware that "python" >> pointing to Python 3 is common, but that doesn't mean Autotools should >> make the situation even worse. Autotools should, on its own motion, >> discourage the use of "py

Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-27 Thread Jacob Bachmeyer
Zack Weinberg wrote: On Wed, Jan 26, 2022, at 10:10 PM, Mike Frysinger wrote: On 26 Jan 2022 10:07, Zack Weinberg wrote: Please also move the plain "python" command down to the python2 block (right after "python2" would be the best place I think). Any system on which "python" runs Pyth

Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-27 Thread Zack Weinberg
On Wed, Jan 26, 2022, at 10:10 PM, Mike Frysinger wrote: > On 26 Jan 2022 10:07, Zack Weinberg wrote: >> Please also move the plain "python" command down to the python2 >> block (right after "python2" would be the best place I think). Any >> system on which "python" runs Python 3 is grossly miscon

Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-26 Thread Mike Frysinger
On 26 Jan 2022 10:11, Zack Weinberg wrote: > On Wed, Jan 26, 2022, at 10:07 AM, Zack Weinberg wrote: > > On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: > >> Since Python 2.x went EOL years ago, stop searching for it before > >> any of the Python 3 versions. > > > > +1 > > It occurred to m

Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-26 Thread Mike Frysinger
On 26 Jan 2022 10:07, Zack Weinberg wrote: > On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: > > Since Python 2.x went EOL years ago, stop searching for it before > > any of the Python 3 versions. > > +1 > > >m4_define_default([_AM_PYTHON_INTERPRETER_LIST], > > -[python python2 python

Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-26 Thread Zack Weinberg
On Wed, Jan 26, 2022, at 10:07 AM, Zack Weinberg wrote: > On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: >> Since Python 2.x went EOL years ago, stop searching for it before >> any of the Python 3 versions. > > +1 It occurred to me right after pushing "send" that this is a potentially br

Re: [PATCH] python: prioritize python 3.x over 2.x

2022-01-26 Thread Zack Weinberg
On Wed, Jan 26, 2022, at 6:37 AM, Mike Frysinger wrote: > Since Python 2.x went EOL years ago, stop searching for it before > any of the Python 3 versions. +1 >m4_define_default([_AM_PYTHON_INTERPRETER_LIST], > -[python python2 python3 dnl > +[python python3 dnl > python3.15 python3.14 pyth

[PATCH] python: prioritize python 3.x over 2.x

2022-01-26 Thread Mike Frysinger
Since Python 2.x went EOL years ago, stop searching for it before any of the Python 3 versions. * m4/python.m4: Move python2 after all python3 versions. --- m4/python.m4 | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/m4/python.m4 b/m4/python.m4 index 6653e4d89eb2..15f5484c6