mirror of
https://github.com/python/cpython.git
synced 2025-08-03 08:34:29 +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.)
|
||||
|
||||
* 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
|
||||
=============
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue