]> granicus.if.org Git - python/commit
Fixes #10639: reindent.py should not convert newlines
authorJason R. Coombs <jaraco@jaraco.com>
Tue, 26 Jul 2011 15:18:40 +0000 (11:18 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Tue, 26 Jul 2011 15:18:40 +0000 (11:18 -0400)
commit76748b7033cdd52a95d78d85f2ec15244e5d0fd8
treedcd6d75ab7f0447a0974b3a7839f595488790140
parent45dedaafc2d8f83c3021df28251a4a7dae067774
Fixes #10639: reindent.py should not convert newlines
reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
Misc/NEWS
Tools/scripts/reindent.py