summaryrefslogtreecommitdiffstats
path: root/Doc/whatsnew/3.1.rst
diff options
context:
space:
mode:
authorGregory P. Smith <greg@mad-scientist.com>2009-05-03 06:53:18 (GMT)
committerGregory P. Smith <greg@mad-scientist.com>2009-05-03 06:53:18 (GMT)
commit05bf1d23f6d7cceab631eb3d72a746f6b3ef33b0 (patch)
tree84aae5e4d6c74e306f1088bb1e33ebd6bef34ce3 /Doc/whatsnew/3.1.rst
parentfa8153401aad10baedc549a1f56a3c7c75e3cbc4 (diff)
downloadcpython-05bf1d23f6d7cceab631eb3d72a746f6b3ef33b0.zip
cpython-05bf1d23f6d7cceab631eb3d72a746f6b3ef33b0.tar.gz
cpython-05bf1d23f6d7cceab631eb3d72a746f6b3ef33b0.tar.bz2
Mention ipaddr in whatsnew for 3.1.
Diffstat (limited to 'Doc/whatsnew/3.1.rst')
-rw-r--r--Doc/whatsnew/3.1.rst6
1 files changed, 6 insertions, 0 deletions
diff --git a/Doc/whatsnew/3.1.rst b/Doc/whatsnew/3.1.rst
index 4e9d646..6c0d45d 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
=============