summaryrefslogtreecommitdiffstats
path: root/Misc/NEWS
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-07-03 08:33:28 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-07-03 08:33:28 (GMT)
commite10d6dede10faabe48869406100f593584ad111b (patch)
tree7df7f606b6f6fbe61e1b422b1f80ed5bf60eba97 /Misc/NEWS
parent321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7 (diff)
downloadcpython-e10d6dede10faabe48869406100f593584ad111b.zip
cpython-e10d6dede10faabe48869406100f593584ad111b.tar.gz
cpython-e10d6dede10faabe48869406100f593584ad111b.tar.bz2
Merged revisions 73790 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk ........ r73790 | tarek.ziade | 2009-07-03 10:22:56 +0200 (Fri, 03 Jul 2009) | 1 line Fixed #6403 : package path usage for build_ext ........
Diffstat (limited to 'Misc/NEWS')
-rw-r--r--Misc/NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 543c55f..7eb76a9 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -863,6 +863,8 @@ Core and Builtins
Library
-------
+- Issue #6403: Fixed package path usage in build_ext.
+
- Issue #6365: Distutils build_ext inplace mode was copying the compiled
extension in a subdirectory if the extension name had dots.