diff options
author | Ned Deily <nad@acm.org> | 2012-02-05 23:58:18 (GMT) |
---|---|---|
committer | Ned Deily <nad@acm.org> | 2012-02-05 23:58:18 (GMT) |
commit | d531b295f26d7a0364f171d95b6abac873185a2f (patch) | |
tree | 474df3a944f00d433bb3d3d9ba5645129fd54cc6 /Misc | |
parent | e91e7637bb2d7723b95cd7d3b8f581aff39d70f2 (diff) | |
download | cpython-d531b295f26d7a0364f171d95b6abac873185a2f.zip cpython-d531b295f26d7a0364f171d95b6abac873185a2f.tar.gz cpython-d531b295f26d7a0364f171d95b6abac873185a2f.tar.bz2 |
Issue #10881: Fix test_site failure with OS X framework builds.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,6 +113,8 @@ Core and Builtins 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. |