Patch #900727: Add Py_InitializeEx to allow embedding without signals.
diff --git a/Misc/NEWS b/Misc/NEWS
index f8f5088..1c72294 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and builtins
 -----------------
 
+- Py_InitializeEx has been added.
+
 - Fix the order of application of decorators.  The proper order is bottom-up;
   the first decorator listed is the last one called.