commit | 9680bdb567aeafa94d75ffbdb7e5e8b24c605b13 | [log] [tgz] |
---|---|---|
author | Nick Coghlan <ncoghlan@gmail.com> | Sun Jun 17 17:24:10 2012 +1000 |
committer | Nick Coghlan <ncoghlan@gmail.com> | Sun Jun 17 17:24:10 2012 +1000 |
tree | a41303ef07bf3110ad1e7a6e02b521605a748179 | |
parent | d972265df81bce483e6cad87d1cf4254f508e5c0 [diff] [blame] |
Issue #14814: Add first draft of PEP 3144 ipaddress module documentation (initial patch by Sandro Tosi)
diff --git a/Misc/NEWS b/Misc/NEWS index 3bc93dd..4d221d5 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -124,6 +124,11 @@ - Issue #15000: Support the "unique" x32 architecture in _posixsubprocess.c. +Documentation +------------- + +- Issue #14814: Added first draft of ipaddress module API reference + Tests -----