From: Jason R. Coombs Date: Tue, 26 Jul 2011 15:57:08 +0000 (-0400) Subject: Merge with 3.2 Issue #10639: reindent.py should not convert newlines. X-Git-Tag: v3.3.0a1~1840 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=1322bd4971b9aee0a4a18ae1c12c6257308b4a52;p=python Merge with 3.2 Issue #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. --- 1322bd4971b9aee0a4a18ae1c12c6257308b4a52 diff --cc Misc/NEWS index c740b2029a,d91a993205..eb55f291cf --- a/Misc/NEWS +++ b/Misc/NEWS @@@ -1068,11 -749,8 +1068,14 @@@ IDL Tools/Demos ----------- +- Issue #11996: libpython (gdb), replace "py-bt" command by "py-bt-full" and + add a smarter "py-bt" command printing a classic Python traceback. + - Issue #11179: Make ccbench work under Python 3.1 and 2.7 again. ++- Issue #10639: reindent.py no longer converts newlines and will raise ++ an error if attempting to convert a file with mixed newlines. ++ Extension Modules ----------------- @@@ -6661,4 -6210,4 +6664,4 @@@ Doc ---- --**(For information about older versions, consult the HISTORY file.)** ++**(For information about older versions, consult the HISTORY file.)**