Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
authorNed Deily <nad@acm.org>
Tue, 28 Jun 2011 06:18:45 +0000 (23:18 -0700)
committerNed Deily <nad@acm.org>
Tue, 28 Jun 2011 06:18:45 +0000 (23:18 -0700)
2.8 +  on Mac OS X.  (Patch by Ronald Oussoren)

1  2 
Misc/NEWS

diff --cc Misc/NEWS
index bcd597a79dc43fdd597678ced36df80d8d70573c,df6a9fc0778f40a7ef0574ed608cdcd2a14aeb78..cedbffc9ad1b1c2b6074d928bda58f1f942edbd4
+++ b/Misc/NEWS
@@@ -908,25 -540,6 +908,28 @@@ Extension Module
  Tests
  -----
  
++- Issue #10736: Fix test_ttk test_widgets failures with Cocoa Tk 8.5.9
++  2.8 +  on Mac OS X.  (Patch by Ronald Oussoren)
++
 +- Issue #12057: Add tests for ISO 2022 codecs (iso2022_jp, iso2022_jp_2,
 +  iso2022_kr).
 +
 +- Issue #12180: Fixed a few remaining errors in test_packaging when no
 +  threading.
 +
 +- Issue #12120, #12119: skip a test in packaging and distutils
 +  if sys.dont_write_bytecode is set to True.
 +
 +- Issue #12096: Fix a race condition in test_threading.test_waitfor(). Patch
 +  written by Charles-François Natali.
 +
 +- Issue #11614: import __hello__ prints "Hello World!". Patch written by
 +  Andreas Stührk.
 +
 +- Issue #5723: Improve json tests to be executed with and without accelerations.
 +
 +- Issue #12041: Make test_wait3 more robust.
 +
  - Issue #11873: Change regex in test_compileall to fix occasional failures when
    when the randomly generated temporary path happened to match the regex.