Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
diff --git a/Misc/ACKS b/Misc/ACKS
index 4a6d7f0..d5a3510 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -702,6 +702,7 @@
 Doug Moen
 The Dragon De Monsyne
 Skip Montanaro
+Peter Moody
 Paul Moore
 Derek Morr
 James A Morrison
diff --git a/Misc/NEWS b/Misc/NEWS
index 60b7f1d..699cf7e 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -42,6 +42,8 @@
 Library
 -------
 
+- PEP 3144, Issue #14814: Added the ipaddress module
+
 - Issue #14426: Correct the Date format in Expires attribute of Set-Cookie
   Header in Cookie.py.