Fix computation of PYTHONINC for Python 3.

* m4/pypath.m4: The print syntax changed in Python 3, so use
sys.stdout.write for compatibility with all versions.
This commit is contained in:
Alexandre Duret-Lutz 2012-02-25 13:22:43 +01:00
parent 84c2eed13f
commit 5e77b2498a
2 changed files with 10 additions and 2 deletions

View file

@ -1,3 +1,10 @@
2012-02-24 Alexandre Duret-Lutz <adl@lrde.epita.fr>
Fix computation of PYTHONINC for Python 3.
* m4/pypath.m4: The print syntax changed in Python 3, so use
sys.stdout.write for compatibility with all versions.
2012-02-04 Alexandre Duret-Lutz <adl@lrde.epita.fr>
* HACKING: Minor updates and corrections.