reindent.py now will use the newline detected in the original file and will report an error if mixed newlines are encountered.
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
-----------------
----
--**(For information about older versions, consult the HISTORY file.)**
++**(For information about older versions, consult the HISTORY file.)**