Fixed 6365: wrong inplace location for build_ext if the extension had dots
diff --git a/Misc/NEWS b/Misc/NEWS
index 752cd32..30e2217 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -337,6 +337,9 @@
 Library
 -------
 
+- Issue #6365: Distutils build_ext inplace mode was copying the compiled 
+  extension in a subdirectory if the extension name had dots.
+
 - Issue #6344: Fixed a crash of mmap.read() when passed a negative argument.
 
 - Issue #5230: pydoc would report no documentation found if a module generated