diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2011-07-26 15:18:40 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2011-07-26 15:18:40 (GMT) |
commit | 76748b7033cdd52a95d78d85f2ec15244e5d0fd8 (patch) | |
tree | dcd6d75ab7f0447a0974b3a7839f595488790140 /Misc | |
parent | 45dedaafc2d8f83c3021df28251a4a7dae067774 (diff) | |
download | cpython-76748b7033cdd52a95d78d85f2ec15244e5d0fd8.zip cpython-76748b7033cdd52a95d78d85f2ec15244e5d0fd8.tar.gz cpython-76748b7033cdd52a95d78d85f2ec15244e5d0fd8.tar.bz2 |
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.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -310,6 +310,12 @@ Build "make install" creates symlinks in --prefix bin for the "-32" files in the framework bin directory like the installer does. +Tools/Demos +----------- + +- Issue #10639: reindent.py no longer converts newlines and will raise + an error if attempting to convert a file with mixed newlines. + Tests ----- |