Message185662
| Author |
roger.serwy |
| Recipients |
Arfrever, chris.jerdonek, christian.heimes, docs@python, ezio.melotti, loewis, ncoghlan, roger.serwy, vstinner |
| Date |
2013年03月31日.20:01:32 |
| SpamBayes Score |
-1.0 |
| Marked as misclassified |
Yes |
| Message-id |
<1364760092.98.0.111440368967.issue15964@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
I use Arch Linux which has /usr/bin/python as 3.3.0. I can confirm that "touch Include/Python-ast.h Python/Python-ast.c" fixes the problem.
But would it have been simpler just to convert the print statements to functions so that asdl_c.py would work with Python 3 as well as Python 2? |
|