diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-01 19:59:52 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-01 19:59:52 (GMT) |
commit | 1d499265e08acac748b8158e90cf549194bac97c (patch) | |
tree | ad2331e094dc7581b68d5a969cd3480f6966854b /Misc | |
parent | 6733bed57e780008f8c78422d2a9676b9a2710cf (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |