diff options
author | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-20 11:01:57 (GMT) |
---|---|---|
committer | Nick Coghlan <ncoghlan@gmail.com> | 2012-05-20 11:01:57 (GMT) |
commit | dc9b2555a8752d70f1e4a6d3f5cc0ce8046b3d00 (patch) | |
tree | fa0984e07d308c43b1947d18815cffc1535efe44 /Misc | |
parent | 7db768cf0e56520155732def9c320b87cb90fe0f (diff) | |
download | cpython-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/ACKS | 1 | ||||
-rw-r--r-- | Misc/NEWS | 2 |
2 files changed, 3 insertions, 0 deletions
@@ -702,6 +702,7 @@ Florian Mladitsch Doug Moen The Dragon De Monsyne Skip Montanaro +Peter Moody Paul Moore Derek Morr James A Morrison @@ -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. |