Message131335
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. |
|
Date |
User |
Action |
Args |
2011-03-18 16:27:28 | bialix | set | recipients:
+ bialix |
2011-03-18 16:27:28 | bialix | set | messageid: <1300465648.02.0.83291128633.issue11594@psf.upfronthosting.co.za> |
2011-03-18 16:27:27 | bialix | link | issue11594 messages |
2011-03-18 16:27:26 | bialix | create | |
|