[issue28143] ASDL compatibility with Python 3 system interpreter

Malthe Borch report at bugs.python.org
Sun Sep 18 02:29:28 EDT 2016


Malthe Borch added the comment:

I forgot to add "from __future__ import print_function" to the beginning of "asdl.py" and "spark.py". It should then work on Python 2.

That is, with the imported print-function, the incompatibilities that Martin pointed out are no longer there.

As for Windows, I would think that printing out CRLFs is the correct behavior? I don't use Windows personally.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue28143>
_______________________________________


More information about the Python-bugs-list mailing list