summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorJason R. Coombs <jaraco@jaraco.com>2011-07-26 15:18:40 (GMT)
committerJason R. Coombs <jaraco@jaraco.com>2011-07-26 15:18:40 (GMT)
commit76748b7033cdd52a95d78d85f2ec15244e5d0fd8 (patch)
treedcd6d75ab7f0447a0974b3a7839f595488790140 /Misc
parent45dedaafc2d8f83c3021df28251a4a7dae067774 (diff)
downloadcpython-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/NEWS6
1 files changed, 6 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 662eedc..d91a993 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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
-----