| commit | d531b295f26d7a0364f171d95b6abac873185a2f | [log] [tgz] |
|---|---|---|
| author | Ned Deily <nad@acm.org> | Mon Feb 06 00:58:18 2012 +0100 |
| committer | Ned Deily <nad@acm.org> | Mon Feb 06 00:58:18 2012 +0100 |
| tree | 474df3a944f00d433bb3d3d9ba5645129fd54cc6 | |
| parent | e91e7637bb2d7723b95cd7d3b8f581aff39d70f2 [diff] [blame] |
Issue #10881: Fix test_site failure with OS X framework builds.
diff --git a/Misc/NEWS b/Misc/NEWS index 0a12d21..5761ed0 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -113,6 +113,8 @@ Library ------- +- Issue #10881: Fix test_site failure with OS X framework builds. + - Issue #964437 Make IDLE help window non-modal. Patch by Guilherme Polo and Roger Serwy.