diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-25 22:31:38 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-02-25 22:31:38 (GMT) |
commit | 0f31e6db36b19fecb403f7eb75d136aad9186e54 (patch) | |
tree | e173bad30bd2563fc9eb72654576a931e457a2f2 /Misc | |
parent | 134708ab14450fa55e96422545548a4b671f1490 (diff) | |
download | cpython-0f31e6db36b19fecb403f7eb75d136aad9186e54.zip cpython-0f31e6db36b19fecb403f7eb75d136aad9186e54.tar.gz cpython-0f31e6db36b19fecb403f7eb75d136aad9186e54.tar.bz2 |
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
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |