summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2013-07-13 06:35:07 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2013-07-13 06:35:07 (GMT)
commit371f746bdcfc54e7e6dbfaee81503e18935668bd (patch)
treec458c68d0e37c5e1c55fcdaafd7f4784fc470ac9 /Misc
parent1424e7d6888419ea276e3c09b5ac86976a3bbe43 (diff)
parent4f133e2e98930463219f363a60824f989e256fbb (diff)
downloadcpython-371f746bdcfc54e7e6dbfaee81503e18935668bd.zip
cpython-371f746bdcfc54e7e6dbfaee81503e18935668bd.tar.gz
cpython-371f746bdcfc54e7e6dbfaee81503e18935668bd.tar.bz2
Merge with 3.3
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS5
2 files changed, 6 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index ef5fb5c..5707fdf 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -1339,6 +1339,7 @@ Aaron Watters
Henrik Weber
Corran Webster
Glyn Webster
+Phil Webster
Stefan Wehr
Zack Weinberg
Bob Weiner
diff --git a/Misc/NEWS b/Misc/NEWS
index da97dbc..0c9e9ef 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.