Adds the ipaddr module to the standard library. Issue #3959.
commit60179b36058a51c9ac2184f27ef3609d1e85bf0c
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 1 May 2009 19:59:52 +0000 (1 19:59 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Fri, 1 May 2009 19:59:52 +0000 (1 19:59 +0000)
tree4659705a9154820e01c1c18f140d9ef88fcb5bdb
parent17957f93d809c7e344e679d2ef806c92f98810d1
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.

git-svn-id: http://svn.python.org/projects/python/trunk@72173 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/ipaddr.rst [new file with mode: 0644]
Lib/ipaddr.py [new file with mode: 0644]
Lib/test/test_ipaddr.py [new file with mode: 0755]
Misc/NEWS