Merged revisions 71884 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r71884 | tarek.ziade | 2009-04-25 14:51:59 +0200 (Sat, 25 Apr 2009) | 1 line
#5810: Fixed Distutils test_build_scripts
........
diff --git a/Misc/NEWS b/Misc/NEWS
index b9fc50a..9f9ad37 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -441,6 +441,9 @@
Library
-------
+- Issue #5810: Fixed Distutils test_build_scripts so it uses
+ sysconfig.get_config_vars.
+
- Issue #4951: Fixed failure in test_httpservers.
- Issue #5795: Fixed test_distutils failure on Debian ppc.