]> granicus.if.org Git - python/commit
Merged revisions 72173 via svnmerge from
authorGregory P. Smith <greg@mad-scientist.com>
Fri, 1 May 2009 22:13:48 +0000 (22:13 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Fri, 1 May 2009 22:13:48 +0000 (22:13 +0000)
commite54dff5e638c618dbc0f8a7067e2e22031716400
tree4405697c21c8ff915d5b1fac3f23cd64ac692581
parent435b0f2491011ec67ed5a2fa14ae1c983b65e57d
Merged revisions 72173 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk

........
  r72173 | gregory.p.smith | 2009-05-01 12:59:52 -0700 (Fri, 01 May 2009) | 5 lines

  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