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.
This commit is contained in:
Gregory P. Smith 2009-05-01 19:59:52 +00:00
parent 6733bed57e
commit 1d499265e0
4 changed files with 2262 additions and 0 deletions

View file

@ -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