fixed #6459: distutils.command.build_ext.get_export_symbols now uses 'PyInit'
diff --git a/Misc/NEWS b/Misc/NEWS
index 9742e37..c8eb5d2 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -350,6 +350,9 @@
 Library
 -------
 
+- Issue #6459: distutils.command.build_ext.get_export_symbols now uses the 
+  "PyInit" prefix, rather than "init". 
+
 - Issue #6455: Fixed test_build_ext under win32. 
 
 - Issue #6377: Enabled the compiler option, and deprecate its usage as an