Issue 7147 - remove ability to attempt to build Python without complex number support (was broken anyway)
diff --git a/Misc/NEWS b/Misc/NEWS
index e0dd0cc..7ff7783 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,9 @@
 Core and Builtins
 -----------------
 
+- Issue *7147: Remove support for compiling Python without complex number
+  support.
+
 - Issue #7120: logging: Removed import of multiprocessing which is causing
   crash in GAE.