]> granicus.if.org Git - python/commit
Fixes #10639: reindent.py should not convert newlines
authorJason R. Coombs <jaraco@jaraco.com>
Wed, 27 Jul 2011 18:05:37 +0000 (14:05 -0400)
committerJason R. Coombs <jaraco@jaraco.com>
Wed, 27 Jul 2011 18:05:37 +0000 (14:05 -0400)
commitfee7745ebb1c344d35e2245c4cf9aeb6f0f929a1
tree396c89f2b17d46035a7f3d1555eb8fde9727db66
parent0cf7e25c28d48cd41819bc60ced0c9daa785c67a
Fixes #10639: reindent.py should not convert newlines
Backport of changeset 070dc6e359fb, 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