diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2013-07-13 06:35:07 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2013-07-13 06:35:07 (GMT) |
commit | 371f746bdcfc54e7e6dbfaee81503e18935668bd (patch) | |
tree | c458c68d0e37c5e1c55fcdaafd7f4784fc470ac9 /Misc | |
parent | 1424e7d6888419ea276e3c09b5ac86976a3bbe43 (diff) | |
parent | 4f133e2e98930463219f363a60824f989e256fbb (diff) | |
download | cpython-371f746bdcfc54e7e6dbfaee81503e18935668bd.zip cpython-371f746bdcfc54e7e6dbfaee81503e18935668bd.tar.gz cpython-371f746bdcfc54e7e6dbfaee81503e18935668bd.tar.bz2 |
Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 5 |
2 files changed, 6 insertions, 0 deletions
@@ -1339,6 +1339,7 @@ Aaron Watters Henrik Weber Corran Webster Glyn Webster +Phil Webster Stefan Wehr Zack Weinberg Bob Weiner @@ -601,6 +601,10 @@ C-API IDLE ---- +- Issue #18279: Format - Strip trailing whitespace no longer marks a file as + changed when it has not been changed. This fix followed the addition of a + test file originally written by Phil Webster (the issue's main goal). + - Issue #7136: In the Idle File menu, "New Window" is renamed "New File". Patch by Tal Einat, Roget Serwy, and Todd Rovito. @@ -617,6 +621,7 @@ IDLE - Issue #15392: Create a unittest framework for IDLE. Initial patch by Rajagopalasarma Jayakrishnan. + See Lib/idlelib/idle_test/README.txt for how to run Idle tests. - Issue #14146: Highlight source line while debugging on Windows. |