Merged revisions 72758 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r72758 | tarek.ziade | 2009-05-18 10:03:37 +0200 (Mon, 18 May 2009) | 1 line
Fixed the library extension when distutils build_ext is used inplace
........
diff --git a/Misc/NEWS b/Misc/NEWS
index bf4a0dd..87e471e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -618,6 +618,9 @@
Library
-------
+- Issue #6046: Fixed the library extension when distutils build_ext is used
+ inplace. Initial patch by Roumen Petrov.
+
- Issue #6041: Now distutils `sdist` and `register` commands use `check` as a
subcommand.