diff options
author | Ned Deily <nad@acm.org> | 2011-06-28 06:12:20 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2011-06-28 06:12:20 (GMT) |
commit | 11f00f3b00a0667c41509318f49f0da75ab5c977 (patch) | |
tree | 53ba0109495ef58533c20dae617a3ccd27f65c9b /Misc | |
parent | 68b543aa02b897d6ad7584ef13f1197942c7a950 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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). |