summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-06-29 16:46:14 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-06-29 16:46:14 (GMT)
commit2c3de40971b92d9dcd8ebcb24c0bda031b5732be (patch)
treea58df64f64ecb210df69a5eb1256256372082c94 /Misc
parent4e82f2df3dc54d28ba95665f5dd6293cdc8524d5 (diff)
downloadcpython-2c3de40971b92d9dcd8ebcb24c0bda031b5732be.zip
cpython-2c3de40971b92d9dcd8ebcb24c0bda031b5732be.tar.gz
cpython-2c3de40971b92d9dcd8ebcb24c0bda031b5732be.tar.bz2
Merged revisions 73689 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k ................ r73689 | tarek.ziade | 2009-06-29 18:19:22 +0200 (Mon, 29 Jun 2009) | 9 lines Merged revisions 73688 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r73688 | tarek.ziade | 2009-06-29 18:13:39 +0200 (Mon, 29 Jun 2009) | 1 line Fixed 6365: wrong inplace location for build_ext if the extension had dots ........ ................
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 7e4cd09..59e913b 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -839,6 +839,9 @@ Core and Builtins
Library
-------
+- Issue #6365: Distutils build_ext inplace mode was copying the compiled
+ extension in a subdirectory if the extension name had dots.
+
- Issue #6287: Added the license field in Distutils documentation.
- Issue #6263: Fixed syntax error in distutils.cygwincompiler.