]> git.ipfire.org Git - thirdparty/automake.git/commit
py-compile: drop support for Python 0.x & 1.x
authorMike Frysinger <vapier@gentoo.org>
Sun, 6 Feb 2022 05:22:50 +0000 (00:22 -0500)
committerMike Frysinger <vapier@gentoo.org>
Sun, 6 Feb 2022 05:22:50 +0000 (00:22 -0500)
commit8b2d281d54afcc1e8b7e9a92751b5bbc7619ff5a
treea1ddf3b96b22a4f610d0d42a47736c1eeb26a09f
parent8a913c268e462a89509726dfeba2cba5e406793c
py-compile: drop support for Python 0.x & 1.x

Python 2.0 was released in 2000.  There's really no way for us to check
those old versions, so let's just drop them.  No one will miss them.

* NEWS: Note Python version support removal.
* lib/py-compile: Abort if major version 0 or 1 is found.
* t/py-compile-env.sh: Rework slightly to handle new version probing.
NEWS
lib/py-compile
t/py-compile-env.sh