diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-29 16:19:22 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-06-29 16:19:22 (GMT) |
commit | 0156f9177167fdb2397dc79e995efdc572d2f812 (patch) | |
tree | 751f6f8d7afa3a4b58b791feae8c107a3deb38e7 /Misc/NEWS | |
parent | b1445cb2589735689f04234625d0d0100a1035ab (diff) | |
download | cpython-0156f9177167fdb2397dc79e995efdc572d2f812.zip cpython-0156f9177167fdb2397dc79e995efdc572d2f812.tar.gz cpython-0156f9177167fdb2397dc79e995efdc572d2f812.tar.bz2 |
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/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -843,6 +843,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 #6164: Added an AIX specific linker argument in Distutils unixcompiler. Original patch by Sridhar Ratnakumar. |