Python parser problem
Chris Angelico
rosuav at gmail.com
Thu Dec 13 16:00:33 EST 2012
More information about the Python-list mailing list
Thu Dec 13 16:00:33 EST 2012
- Previous message (by thread): Python parser problem
- Next message (by thread): Python parser problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message (by thread): Python parser problem
- Next message (by thread): Python parser problem
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
More information about the Python-list mailing list