This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author malthe
Recipients benjamin.peterson, malthe, martin.panter, r.david.murray
Date 2016-09-18.06:29:28
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1474180168.78.0.732338815329.issue28143@psf.upfronthosting.co.za>
In-reply-to
Content
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.
History
Date User Action Args
2016-09-18 06:29:28malthesetrecipients: + malthe, benjamin.peterson, r.david.murray, martin.panter
2016-09-18 06:29:28malthesetmessageid: <1474180168.78.0.732338815329.issue28143@psf.upfronthosting.co.za>
2016-09-18 06:29:28malthelinkissue28143 messages
2016-09-18 06:29:28malthecreate