summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-10 10:34:01 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-10 10:34:01 (GMT)
commit06fbee16dc5c159d8c607c007f2c0de3257c6433 (patch)
tree2d41b17b40be0deb21335626059659a6936715fb /Misc
parent54d9d078064d1406ae7e6beb3c12865b6b78d9ff (diff)
downloadcpython-06fbee16dc5c159d8c607c007f2c0de3257c6433.zip
cpython-06fbee16dc5c159d8c607c007f2c0de3257c6433.tar.gz
cpython-06fbee16dc5c159d8c607c007f2c0de3257c6433.tar.bz2
Merged revisions 72531 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r72531 | tarek.ziade | 2009-05-10 12:12:08 +0200 (Sun, 10 May 2009) | 1 line fixed #5984 and improved test coverage ........
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 7d5fc15..537434b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -581,6 +581,9 @@ Core and Builtins
Library
-------
+- Issue #5984: distutils.command.build_ext.check_extensions_list checks were broken
+ for old-style extensions.
+
- Issue #5976: Fixed Distutils test_check_environ.
- Issue #5941: Distutils build_clib command was not working anymore because