diff options
author | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-01 22:13:48 (GMT) |
---|---|---|
committer | Gregory P. Smith <greg@mad-scientist.com> | 2009-05-01 22:13:48 (GMT) |
commit | e54dff5e638c618dbc0f8a7067e2e22031716400 (patch) | |
tree | 4405697c21c8ff915d5b1fac3f23cd64ac692581 /Misc | |
parent | 435b0f2491011ec67ed5a2fa14ae1c983b65e57d (diff) | |
download | cpython-e54dff5e638c618dbc0f8a7067e2e22031716400.zip cpython-e54dff5e638c618dbc0f8a7067e2e22031716400.tar.gz cpython-e54dff5e638c618dbc0f8a7067e2e22031716400.tar.bz2 |
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.
........
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -107,6 +107,9 @@ Installation Library ------- +- Issue #3959: The ipaddr module has been added to the standard library. + Contributed by Google. + - Issue #3002: ``shutil.copyfile()`` and ``shutil.copytree()`` now raise an error when a named pipe is encountered, rather than blocking infinitely. |