diff options
author | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-10 19:13:44 (GMT) |
---|---|---|
committer | Jason R. Coombs <jaraco@jaraco.com> | 2013-11-10 19:13:44 (GMT) |
commit | 9deff8a94683b2db427ed4ebd0e97979c6f47010 (patch) | |
tree | 0d3ce9076d65d3b2fa5824e10c1f0cc85904798c /Misc | |
parent | 74af9d3cc432373ab83449eff9b3ee40a4d8d878 (diff) | |
download | cpython-9deff8a94683b2db427ed4ebd0e97979c6f47010.zip cpython-9deff8a94683b2db427ed4ebd0e97979c6f47010.tar.gz cpython-9deff8a94683b2db427ed4ebd0e97979c6f47010.tar.bz2 |
Update Misc/NEWS for Issue #7171
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -34,6 +34,9 @@ Core and Builtins 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 |