Remove the ipaddr module per discussion on python-dev
diff --git a/Misc/NEWS b/Misc/NEWS
index db85085..ce03cf3 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -12,6 +12,8 @@
 Core and Builtins
 -----------------
 
+- Removed the ipaddr module.
+
 - Issue #6329: Fixed iteration for memoryview objects (it was being blocked
   because it wasn't recognized as a sequence).