summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorTarek Ziadé <ziade.tarek@gmail.com>2009-05-12 17:07:14 (GMT)
committerTarek Ziadé <ziade.tarek@gmail.com>2009-05-12 17:07:14 (GMT)
commit972480d999b83f5d245cb4662122e9d25c54701e (patch)
tree5beebb495da069e9c6726aa1663672c4d3bfdc4d /Misc
parentf596a5125a50c8e2026984531e9be3fc111b3d49 (diff)
downloadcpython-972480d999b83f5d245cb4662122e9d25c54701e.zip
cpython-972480d999b83f5d245cb4662122e9d25c54701e.tar.gz
cpython-972480d999b83f5d245cb4662122e9d25c54701e.tar.bz2
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 a7b5124..369c0fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -291,6 +291,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.