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 vstinner
Recipients amaury.forgeotdarc, brian.curtin, gvanrossum, pebbe, pitrou, v+python, vstinner
Date 2011-01-06.14:30:55
SpamBayes Score 0.0013742108
Marked as misclassified No
Message-id <1294324258.11.0.128391229187.issue10841@psf.upfronthosting.co.za>
In-reply-to
Content
Using my patch, the interpreter fails with a SyntaxError on \r: attached patch translates newlines to avoid this problem.
History
Date User Action Args
2011-01-06 14:30:58vstinnersetrecipients: + vstinner, gvanrossum, amaury.forgeotdarc, pitrou, v+python, brian.curtin, pebbe
2011-01-06 14:30:58vstinnersetmessageid: <1294324258.11.0.128391229187.issue10841@psf.upfronthosting.co.za>
2011-01-06 14:30:55vstinnerlinkissue10841 messages
2011-01-06 14:30:55vstinnercreate