diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-03 08:33:28 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-07-03 08:33:28 (GMT) |
commit | e10d6dede10faabe48869406100f593584ad111b (patch) | |
tree | 7df7f606b6f6fbe61e1b422b1f80ed5bf60eba97 /Misc | |
parent | 321e533c4c4cfc32ec6f1fb2c592f8c0e875d6c7 (diff) | |
download | cpython-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')
-rw-r--r-- | Misc/NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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. |