diff options
author | Terry Jan Reedy <tjreedy@udel.edu> | 2014-04-22 05:11:03 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2014-04-22 05:11:03 (GMT) |
commit | d5d4c4eabe00186e9c9020bc6caa045784ee3cc9 (patch) | |
tree | 75ad8bd6a28bbc40bc1f5b040ef041f55f17e3ac /Misc/NEWS | |
parent | 4a63923328650bb73f40bcec5bb06ebbd409811d (diff) | |
download | cpython-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/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |