summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2014-04-22 05:11:03 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2014-04-22 05:11:03 (GMT)
commitd5d4c4eabe00186e9c9020bc6caa045784ee3cc9 (patch)
tree75ad8bd6a28bbc40bc1f5b040ef041f55f17e3ac /Misc/NEWS
parent4a63923328650bb73f40bcec5bb06ebbd409811d (diff)
downloadcpython-d5d4c4eabe00186e9c9020bc6caa045784ee3cc9.zip
cpython-d5d4c4eabe00186e9c9020bc6caa045784ee3cc9.tar.gz
cpython-d5d4c4eabe00186e9c9020bc6caa045784ee3cc9.tar.bz2
Issue 21284: Idle: make test_formatparagraph pass even when a user changes the
reformat width in the configuration menu.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9ccd8d4..581a4c7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -186,6 +186,8 @@ Extension Modules
IDLE
----
+- Issue 21284: Paragraph reformat test passes after user changes reformat width.
+
- Issue #17654: Ensure IDLE menus are customized properly on OS X for
non-framework builds and for all variants of Tk.