Remove the ipaddr module per discussion on python-dev.
diff --git a/Misc/NEWS b/Misc/NEWS
index 27e9c84..d540c9c 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -21,6 +21,8 @@
 Library
 -------
 
+- Removed the ipaddr module.
+
 - Issue #3613: base64.{encode,decode}string are now called
   base64.{encode,decode}bytes which reflects what type they accept and return.
   The old names are still there as deprecated aliases.