Skip to content

Commit

Permalink
Issue #14814: addition of the ipaddress module (stage 1 - code and te…
Browse files Browse the repository at this point in the history
…sts)
  • Loading branch information
ncoghlan committed May 20, 2012
1 parent 7db768c commit dc9b255
Show file tree
Hide file tree
Showing 5 changed files with 3,347 additions and 0 deletions.
9 changes: 9 additions & 0 deletions Doc/whatsnew/3.3.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
----

Expand Down
Loading

0 comments on commit dc9b255

Please sign in to comment.