Fixed #5316 : test failure in test_site
diff --git a/Misc/NEWS b/Misc/NEWS
index 7787203..77fa493 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,9 @@
 
 Library
 -------
+- Issue #5316: Fixed buildbot failures introduced by multiple inheritance
+  in Distutils tests.
+
 - Issue #5287: Add exception handling around findCaller() call to help out
   IronPython.