commit | e54dff5e638c618dbc0f8a7067e2e22031716400 | [log] [tgz] |
---|---|---|
author | Gregory P. Smith <greg@mad-scientist.com> | Fri May 01 22:13:48 2009 +0000 |
committer | Gregory P. Smith <greg@mad-scientist.com> | Fri May 01 22:13:48 2009 +0000 |
tree | 4405697c21c8ff915d5b1fac3f23cd64ac692581 | |
parent | 435b0f2491011ec67ed5a2fa14ae1c983b65e57d [diff] |
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. ........