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.