]> granicus.if.org Git - python/commit
Adds the ipaddr module to the standard library. Issue #3959.
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 1 May 2009 19:59:52 +0000 (19:59 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 1 May 2009 19:59:52 +0000 (19:59 +0000)
commit1d499265e08acac748b8158e90cf549194bac97c
treead2331e094dc7581b68d5a969cd3480f6966854b
parent6733bed57e780008f8c78422d2a9676b9a2710cf
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.
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