Support for Python 3.0, drop support for pre-2.0.
authorJohan Dahlin <jdahlin@async.com.br>
Sun, 26 Oct 2008 09:28:40 +0000 (10:28 +0100)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sun, 26 Oct 2008 09:33:32 +0000 (10:33 +0100)
commitd5bec12a1fed7ccadec4885adea35c97e149e720
treeba75d40abe800c721673196dfef25f29686a94d5
parent78ed77404a3f3a35b9f02a4902e61857be669386
Support for Python 3.0, drop support for pre-2.0.

* lib/py-compile: Do not import string; use sys.stdout.write
instead of print, files.split instead of string.split.
* m4/python.m4 (AM_PATH_PYTHON): Also look for python3 and
phython3.0; do not look for python1.5.  Use sys.stdout.write.
(AM_PYTHON_CHECK_VERSION): Do not use string; adjust to xrange
removal in Python 3.0, and changed semantics of map.
* doc/automake.texi (Python, Hard-Coded Install Paths): Update
Python versions mentioned in the manual, using 2.5 everywhere.
* NEWS, THANKS: Update.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
NEWS
THANKS
doc/automake.texi
lib/py-compile
m4/python.m4