Mention ipaddr in whatsnew for 3.1.

This commit is contained in:
Gregory P. Smith 2009-05-03 06:53:18 +00:00
parent fa8153401a
commit 05bf1d23f6

View 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
=============