Merged revisions 70017 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r70017 | tarek.ziade | 2009-02-27 13:53:34 +0100 (Fri, 27 Feb 2009) | 1 line
Issue #5052: make Distutils compatible with 2.3 again.
........
diff --git a/Misc/NEWS b/Misc/NEWS
index 15c0699..d2370f9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -172,6 +172,9 @@
Library
-------
+
+- Issue #5052: make Distutils compatible with 2.3 again.
+
- Issue #5316: Fixed buildbot failures introduced by multiple inheritance
in Distutils tests.