Skip to content

Commit dc9b255

Browse files
committed
Issue #14814: addition of the ipaddress module (stage 1 - code and tests)
1 parent 7db768c commit dc9b255

File tree

5 files changed

+3347
-0
lines changed

5 files changed

+3347
-0
lines changed

Doc/whatsnew/3.3.rst

+9
Original file line numberDiff line numberDiff line change
@@ -851,6 +851,15 @@ already exists. It is based on the C11 'x' mode to fopen().
851851
(Contributed by David Townshend in :issue:`12760`)
852852

853853

854+
ipaddress
855+
---------
856+
857+
The new :mod:`ipaddress` module provides tools for creating and manipulating
858+
objects representing IPv4 and IPv6 addresses, networks and interfaces (i.e.
859+
an IP address associated with a specific IP subnet).
860+
861+
(Contributed by Google and Peter Moody in :pep:`3144`)
862+
854863
lzma
855864
----
856865

0 commit comments

Comments
 (0)