]> granicus.if.org Git - python/commitdiff
Mention ipaddr in whatsnew for 3.1.
authorGregory P. Smith <greg@mad-scientist.com>
Sun, 3 May 2009 06:53:18 +0000 (06:53 +0000)
committerGregory P. Smith <greg@mad-scientist.com>
Sun, 3 May 2009 06:53:18 +0000 (06:53 +0000)
Doc/whatsnew/3.1.rst

index 4e9d646cbccf74bbc5f03448eee693cb8b135934..6c0d45db84c6715906984cb14b3590c8bde61e4f 100644 (file)
@@ -354,6 +354,12 @@ New, Improved, and Deprecated Modules
 
   (Contributed by Brett Cannon.)
 
+* A new module, :mod:`ipaddr` has been added to the standard library.
+  It provides classes to represent, verify and manipulate IPv4 and IPv6
+  host and network addresses.
+
+  (Contributed by Google, :issue:`3959`.)
+
 
 Optimizations
 =============