fixed #5977: distutils build_ext.get_outputs was not using the inplace option
diff --git a/Misc/NEWS b/Misc/NEWS
index a7b5124..369c0fc 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -291,6 +291,9 @@
 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.