From: Gregory P. Smith Date: Sun, 3 May 2009 06:53:18 +0000 (+0000) Subject: Mention ipaddr in whatsnew for 3.1. X-Git-Tag: v3.1b1~73 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05bf1d23f6d7cceab631eb3d72a746f6b3ef33b0;p=python Mention ipaddr in whatsnew for 3.1. --- diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst index 4e9d646cbc..6c0d45db84 100644 --- a/Doc/whatsnew/3.1.rst +++ b/Doc/whatsnew/3.1.rst @@ -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 =============