diff options
Diffstat (limited to 'Doc/whatsnew')
-rw-r--r-- | Doc/whatsnew/3.1.rst | 6 |
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 ============= |