summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-11-18 10:19:38 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-11-18 10:19:38 (GMT)
commit2cc7048208fbc7a217810d11c8d24205b94bf8cb (patch)
tree2ff1b946d928c0d6a2b76b16526f93a3c19ca987 /Misc/NEWS
parent0ffcd9859f055f007ce3781baf2fcd25c2210ca4 (diff)
downloadcpython-2cc7048208fbc7a217810d11c8d24205b94bf8cb.zip
cpython-2cc7048208fbc7a217810d11c8d24205b94bf8cb.tar.gz
cpython-2cc7048208fbc7a217810d11c8d24205b94bf8cb.tar.bz2
Merged revisions 76360 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r76360 | tarek.ziade | 2009-11-18 10:32:34 +0100 (Wed, 18 Nov 2009) | 9 lines Merged revisions 76358 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76358 | tarek.ziade | 2009-11-18 09:46:56 +0100 (Wed, 18 Nov 2009) | 1 line #7293: distutils.test_msvc9compiler now uses a key that exists on any fresh windows install ........ ................
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 2c1f5a7..0712236 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -46,6 +46,9 @@ Core and Builtins
Library
-------
+- Issue #7293: distutils.test_msvc9compiler is fixed to work on any fresh
+ Windows box. Help provided by David Bolen.
+
- Issue #7328: pydoc no longer corrupts sys.path when run with the '-m' switch
- Issue #7318: multiprocessing now uses a timeout when it fails to establish