(original) (raw)

changeset: 87040:31fe38f95c82 user: Jason R. Coombs jaraco@jaraco.com date: Sun Nov 10 14:13:44 2013 -0500 files: Misc/NEWS description: Update Misc/NEWS for Issue #7171 diff -r 80aa6a1e38e7 -r 31fe38f95c82 Misc/NEWS --- a/Misc/NEWS Sun Nov 10 21:05:38 2013 +0200 +++ b/Misc/NEWS Sun Nov 10 14:13:44 2013 -0500 @@ -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 /jaraco@jaraco.com