diff options
author | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-12 17:14:01 (GMT) |
---|---|---|
committer | Tarek Ziadé <ziade.tarek@gmail.com> | 2009-05-12 17:14:01 (GMT) |
commit | ff0e5002ba2458821f4172a4c186797f39914ed2 (patch) | |
tree | 594a66325e9f4c121a571ffb6b63196e4cc711ed /Misc | |
parent | 20b50b1984a9ee8a19d1e394735d502798e417bc (diff) | |
download | cpython-ff0e5002ba2458821f4172a4c186797f39914ed2.zip cpython-ff0e5002ba2458821f4172a4c186797f39914ed2.tar.gz cpython-ff0e5002ba2458821f4172a4c186797f39914ed2.tar.bz2 |
Merged revisions 72585 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72585 | tarek.ziade | 2009-05-12 19:07:14 +0200 (Tue, 12 May 2009) | 1 line
fixed #5977: distutils build_ext.get_outputs was not using the inplace option
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -596,6 +596,9 @@ Core and Builtins Library ------- +- Issue #5977: distutils build_ext.get_outputs was not taking into account the + inplace option. Initial patch by kxroberto. + - Issue #5984: distutils.command.build_ext.check_extensions_list checks were broken for old-style extensions. |