commit | 64e59959f21711bc3db36230eccfaa485faf34f9 | [log] [tgz] |
---|---|---|
author | Ned Deily <nad@acm.org> | Mon Jun 27 23:09:31 2011 -0700 |
committer | Ned Deily <nad@acm.org> | Mon Jun 27 23:09:31 2011 -0700 |
tree | 42b7a9b392694ed55b882471b28c041ba8d16bc5 | |
parent | c98198d3ca0b02ab07f5a8109941a0ff38d7e388 [diff] [blame] |
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 on Mac OS X. (Patch by Ronald Oussoren)
diff --git a/Misc/NEWS b/Misc/NEWS index 9e0b8f4..ac383e0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -56,6 +56,9 @@ Tests ----- +- Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9 + on Mac OS X. (Patch by Ronald Oussoren) + - Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2, iso2022_kr).