summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-12 17:14:01 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-12 17:14:01 (GMT)
commitff0e5002ba2458821f4172a4c186797f39914ed2 (patch)
tree594a66325e9f4c121a571ffb6b63196e4cc711ed /Misc
parent20b50b1984a9ee8a19d1e394735d502798e417bc (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index e7e6888..2fea936 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.