commit | 76eec3db2173079ce103fbd3ac53892ddec8b963 | [log] [tgz] |
---|---|---|
author | Jason R. Coombs <jaraco@jaraco.com> | Tue Jul 26 11:38:04 2011 -0400 |
committer | Jason R. Coombs <jaraco@jaraco.com> | Tue Jul 26 11:38:04 2011 -0400 |
tree | 6b48f8a702f312c8b35cd898eb1f35df77386377 | |
parent | 1322bd4971b9aee0a4a18ae1c12c6257308b4a52 [diff] [blame] |
Issue #10639: reindent.py tool now accepts a --newline option to specify the newline to be used in the output of converted files.
diff --git a/Misc/NEWS b/Misc/NEWS index eb55f29..6010328 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -1075,6 +1075,7 @@ - Issue #10639: reindent.py no longer converts newlines and will raise an error if attempting to convert a file with mixed newlines. + "--newline" option added to specify new line character. Extension Modules -----------------