Python parser problem

Chris Angelico rosuav at gmail.com
Thu Dec 13 16:00:33 EST 2012


On Fri, Dec 14, 2012 at 6:12 AM, RCU <alex.e.susu at gmail.com> wrote:
>   Dave,
>     Thanks for the reply.
>     The script was originally edited on Windows with proper \r\n endings,

It's worth noting that many Windows-based editors and interpreters are
quite happy with \n line endings. You may be able to save yourself
some trouble by switching everything to Unix newlines.

ChrisA



More information about the Python-list mailing list