Merged revisions 69976 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r69976 | tarek.ziade | 2009-02-25 23:29:27 +0100 (Wed, 25 Feb 2009) | 1 line
Fixed #5316 : test failure in test_site
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 09af442..15c0699 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,6 +172,8 @@
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.