summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-02-25 22:29:27 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-02-25 22:29:27 (GMT)
commite3bc0eff256e5eda47a4190171db65ad5b9102db (patch)
tree636869a799a608fd1b4a75dbeead11e739dc74cd /Misc
parentb6464876876d6cb2ce53c40ae33daa5a00d522a4 (diff)
downloadcpython-e3bc0eff256e5eda47a4190171db65ad5b9102db.zip
cpython-e3bc0eff256e5eda47a4190171db65ad5b9102db.tar.gz
cpython-e3bc0eff256e5eda47a4190171db65ad5b9102db.tar.bz2
Fixed #5316 : test failure in test_site
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7787203..77fa493 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -165,6 +165,9 @@ 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.