summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
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 09af442..15c0699 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,6 +172,8 @@ Core and Builtins
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.