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 bialix
Recipients bialix
Date 2011-03-18.16:27:26
SpamBayes Score 6.311912e-06
Marked as misclassified No
Message-id <1300465648.02.0.83291128633.issue11594@psf.upfronthosting.co.za>
In-reply-to
Content
I'm using LF-only line-endings for development of my IntelHex library. I'm working on Windows most of the time.

After 2to3 tool has been ran on my library it has not only changed the Python syntax, but it also saved all files with CRLF line-endings. As result I have all changed files completelly modified and diff shows change in every line. 

2to3 tool should respect my line-endings and must not use simple open(xxx, "wt") mode for writing modified files.
History
Date User Action Args
2011-03-18 16:27:28bialixsetrecipients: + bialix
2011-03-18 16:27:28bialixsetmessageid: <1300465648.02.0.83291128633.issue11594@psf.upfronthosting.co.za>
2011-03-18 16:27:27bialixlinkissue11594 messages
2011-03-18 16:27:26bialixcreate