summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2011-06-28 06:12:20 (GMT)
committerNed Deily <nad@acm.org>2011-06-28 06:12:20 (GMT)
commit11f00f3b00a0667c41509318f49f0da75ab5c977 (patch)
tree53ba0109495ef58533c20dae617a3ccd27f65c9b /Misc
parent68b543aa02b897d6ad7584ef13f1197942c7a950 (diff)
downloadcpython-11f00f3b00a0667c41509318f49f0da75ab5c977.zip
cpython-11f00f3b00a0667c41509318f49f0da75ab5c977.tar.gz
cpython-11f00f3b00a0667c41509318f49f0da75ab5c977.tar.bz2
Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
on Mac OS X. (Patch by Ronald Oussoren)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 9dfd0ac..df6a9fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -106,6 +106,9 @@ Build
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).