summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-05-01 22:13:48 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-05-01 22:13:48 (GMT)
commite54dff5e638c618dbc0f8a7067e2e22031716400 (patch)
tree4405697c21c8ff915d5b1fac3f23cd64ac692581 /Misc
parent435b0f2491011ec67ed5a2fa14ae1c983b65e57d (diff)
downloadcpython-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/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index ba398c7..40467b0 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.