mirror of https://github.com/python/cpython
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
This commit is contained in:
parent
7db768cf0e
commit
dc9b2555a8
|
@ -851,6 +851,15 @@ already exists. It is based on the C11 'x' mode to fopen().
|
|||
(Contributed by David Townshend in :issue:`12760`)
|
||||
|
||||
|
||||
ipaddress
|
||||
---------
|
||||
|
||||
The new :mod:`ipaddress` module provides tools for creating and manipulating
|
||||
objects representing IPv4 and IPv6 addresses, networks and interfaces (i.e.
|
||||
an IP address associated with a specific IP subnet).
|
||||
|
||||
(Contributed by Google and Peter Moody in :pep:`3144`)
|
||||
|
||||
lzma
|
||||
----
|
||||
|
||||
|
|
File diff suppressed because it is too large
Load Diff
File diff suppressed because it is too large
Load Diff
|
@ -702,6 +702,7 @@ Florian Mladitsch
|
|||
Doug Moen
|
||||
The Dragon De Monsyne
|
||||
Skip Montanaro
|
||||
Peter Moody
|
||||
Paul Moore
|
||||
Derek Morr
|
||||
James A Morrison
|
||||
|
|
Loading…
Reference in New Issue