Re: [PATCH] python: prioritize python 3.x over 2.x
"Zack Weinberg" <[email protected]>
| Newsgroups | gmane.comp.sysutils.automake.patches |
|---|---|
| Message-ID | <[email protected]> |
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 breaking change, for anyone who hasn't bothered to update their code to Python 3 yet and is relying on AM_PATH_PYTHON's search order to prefer Python 2. I'm still in favor of the change, but I think it should get a NEWS entry. zw