mirror of
https://github.com/python/cpython.git
synced 2025-09-29 11:45:57 +00:00
Mention ipaddr in whatsnew for 3.1.
This commit is contained in:
parent
fa8153401a
commit
05bf1d23f6
1 changed files with 6 additions and 0 deletions
|
@ -354,6 +354,12 @@ New, Improved, and Deprecated Modules
|
||||||
|
|
||||||
(Contributed by Brett Cannon.)
|
(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
|
Optimizations
|
||||||
=============
|
=============
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue