summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-05-01 19:59:52 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-05-01 19:59:52 (GMT)
commit1d499265e08acac748b8158e90cf549194bac97c (patch)
treead2331e094dc7581b68d5a969cd3480f6966854b /Misc
parent6733bed57e780008f8c78422d2a9676b9a2710cf (diff)
downloadcpython-1d499265e08acac748b8158e90cf549194bac97c.zip
cpython-1d499265e08acac748b8158e90cf549194bac97c.tar.gz
cpython-1d499265e08acac748b8158e90cf549194bac97c.tar.bz2
Adds the ipaddr module to the standard library. Issue #3959.
Based off of subversion r69 from http://code.google.com/p/ipaddr-py/ This code is 2to3 safe, I'll merge it into py3k later this afternoon.
Diffstat (limited to 'Misc')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 75d81fc..d2dcadd 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -261,6 +261,9 @@ Core and Builtins
Library
-------
+- Issue #3959: The ipaddr module has been added to the standard library.
+ Contributed by Google.
+
- Issue #2245: aifc now skips chunk types it doesn't recognize, per spec.
- Issue #5874: distutils.tests.test_config_cmd is not locale-sensitive