summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNed Deily <nad@acm.org>2012-02-05 23:58:18 (GMT)
committerNed Deily <nad@acm.org>2012-02-05 23:58:18 (GMT)
commitd531b295f26d7a0364f171d95b6abac873185a2f (patch)
tree474df3a944f00d433bb3d3d9ba5645129fd54cc6 /Misc
parente91e7637bb2d7723b95cd7d3b8f581aff39d70f2 (diff)
downloadcpython-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/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 0a12d21..5761ed0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.