[Python-checkins] cpython: Update Misc/NEWS for Issue #7171

jason.coombs python-checkins at python.org
Sun Nov 10 20:15:06 CET 2013


http://hg.python.org/cpython/rev/31fe38f95c82
changeset:   87040:31fe38f95c82
user:        Jason R. Coombs <jaraco at jaraco.com>
date:        Sun Nov 10 14:13:44 2013 -0500
summary:
  Update Misc/NEWS for Issue #7171

files:
  Misc/NEWS |  3 +++
  1 files changed, 3 insertions(+), 0 deletions(-)


diff --git a/Misc/NEWS b/Misc/NEWS
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -34,6 +34,9 @@
 Library
 -------
 
+- Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton``
+  to socket module. Patch by Atsuo Ishimoto.
+
 - Issue #19261: Added support for writing 24-bit samples in the sunau module.
 
 - Issue #1097797: Added CP273 encoding, used on IBM mainframes in

-- 
Repository URL: http://hg.python.org/cpython


More information about the Python-checkins mailing list