test_site was failing under darwin for non-framework builds because a test was
assuming framework-specific site-packages directories were being used.
diff --git a/Misc/NEWS b/Misc/NEWS
index 803e060..b625e7b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,14 @@
- Issue #8674: Fixed a number of incorrect or undefined-behaviour-inducing
overflow checks in the audioop module.
+Tests
+-----
+
+- On darwin, test_site assumed that a framework build was being used, leading
+ to a failure where four directories were expected for site-packages instead
+ of two in a non-framework build.
+
+
What's New in Python 2.7 beta 2?
================================