Original patch: <http://lists.gnu.org/archive/html/automake-patches/2012-11/msg00023.html>
Yaakov Selkowitz (1): python: improve support for modern python (CPython 3.2 and PyPy) Stefano Lattarini (7): news: document fix for bug#8847 (PEP-3147, __pycache__) tests: typofix in message tests: honour $PYTHON override tests: improve a comment python: uninstall cater to PEP-3147 python tests: support PEP-3147 installation layout tests: fix a spurious failure when $PYTHON is in the environment NEWS | 3 ++ lib/am/python.am | 30 ++++++++++--- lib/py-compile | 18 ++++++-- m4/python.m4 | 2 +- t/ax/am-test-lib.sh | 66 ++++++++++++++++++++++++++-- t/list-of-tests.mk | 1 - t/nobase-python.sh | 50 +++++++++++---------- t/py-compile-basedir.sh | 18 +++++--- t/py-compile-basic.sh | 19 +++++--- t/py-compile-basic2.sh | 70 ----------------------------- t/py-compile-destdir.sh | 22 ++++++---- t/py-compile-option-terminate.sh | 20 ++++----- t/python-pr10995.sh | 8 ++-- t/python-too-old.sh | 3 +- t/python-vars.sh | 2 - t/python-virtualenv.sh | 95 +++++++++++++++++++++++----------------- t/python10.sh | 36 +++++++-------- t/python11.sh | 3 ++ t/python12.sh | 14 +++--- t/python3.sh | 6 +-- 20 files changed, 272 insertions(+), 214 deletions(-) delete mode 100755 t/py-compile-basic2.sh -- 1.8.0.209.gf3828dc