summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-10 09:13:17 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-10 09:13:17 (GMT)
commit930402d154817f041743199c7092e3e93387c0e4 (patch)
treee897fa752ac3a1f641e2d887590a15bb5f7bb91f /Misc
parent8bb57b734008cc82e6d001b712154a1a6d21fda5 (diff)
downloadcpython-930402d154817f041743199c7092e3e93387c0e4.zip
cpython-930402d154817f041743199c7092e3e93387c0e4.tar.gz
cpython-930402d154817f041743199c7092e3e93387c0e4.tar.bz2
Merged revisions 73921 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73921 | tarek.ziade | 2009-07-10 11:10:33 +0200 (Fri, 10 Jul 2009) | 1 line Fixed #6455 (the test shall use pyd files under win32, rather than so files) ........
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 f59cf4d..abb01e4 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -262,6 +262,8 @@ Core and Builtins
Library
-------
+- Issue #6455: Fixed test_build_ext under win32.
+
- Issue #6403: Fixed package path usage in build_ext.
- Issue #6287: Added the license field in Distutils documentation.