summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-10-03 01:21:38 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-10-03 01:21:38 (GMT)
commit2bb5b48754a00975f98f44380936ab762f03ac35 (patch)
treec827dd879ce507967cdf93502603e3aad2762217 /Misc
parent02e3746e1d9fd490dbb54c4580826575512102b5 (diff)
downloadcpython-2bb5b48754a00975f98f44380936ab762f03ac35.zip
cpython-2bb5b48754a00975f98f44380936ab762f03ac35.tar.gz
cpython-2bb5b48754a00975f98f44380936ab762f03ac35.tar.bz2
Issue #7039: Fixed test_distutils when running tests on an installation with no build
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 c4d552c..90b59a7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -15,6 +15,8 @@ Core and Builtins
Library
-------
+- Issue #7039: Fixed distutils.tests.test_sysconfig when running on
+ installation with no build.
What's New in Python 2.6.3
==========================