summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorNick Coghlan <ncoghlan@gmail.com>2012-05-20 11:01:57 (GMT)
committerNick Coghlan <ncoghlan@gmail.com>2012-05-20 11:01:57 (GMT)
commitdc9b2555a8752d70f1e4a6d3f5cc0ce8046b3d00 (patch)
treefa0984e07d308c43b1947d18815cffc1535efe44 /Misc
parent7db768cf0e56520155732def9c320b87cb90fe0f (diff)
downloadcpython-dc9b2555a8752d70f1e4a6d3f5cc0ce8046b3d00.zip
cpython-dc9b2555a8752d70f1e4a6d3f5cc0ce8046b3d00.tar.gz
cpython-dc9b2555a8752d70f1e4a6d3f5cc0ce8046b3d00.tar.bz2
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
Diffstat (limited to 'Misc')
-rw-r--r--Misc/ACKS1
-rw-r--r--Misc/NEWS2
2 files changed, 3 insertions, 0 deletions
diff --git a/Misc/ACKS b/Misc/ACKS
index 4a6d7f0..d5a3510 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -702,6 +702,7 @@ Florian Mladitsch
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 @@ Core and Builtins
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.