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
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
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
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
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
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
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