]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)
authorSegev Finer <segev208@gmail.com>
Wed, 28 Jun 2017 20:51:00 +0000 (23:51 +0300)
committerSteve Dower <steve.dower@microsoft.com>
Wed, 28 Jun 2017 20:51:00 +0000 (13:51 -0700)
commit9f3bdcb643623e07497af2fc35f0496c2302f1be
treebcb63c593b5e91e5f5e669a2d8b331348f082c2e
parent5b8f972e093157cc55185841db9ad33fa332a641
bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318)

* bpo-23451: Fix WSASocket and WSADuplicateSocket deprecation warnings

* bpo-23451: Add backwards compatibility note about socket share/fromshare

* bpo-23451: Fixed `WSAAddressToString`/`WSAStringToAddress` deprecation warnings

* bpo-23451: Use `inet_pton`/`inet_ntop` instead of `WSAAddressToString`/`WSAStringToAddress`

* bpo-23451: Move `HAVE_INET_PTON` from _socket.vcxproj to pyconfig.h

* bpo-23451: Add SUPPRESS_DEPRECATED_CALL to socketmodule.c

* bpo-23451: Add a NEWS.d entry

* bpo-23451: Corrected NEWS.d entry
Doc/whatsnew/3.7.rst
Misc/NEWS.d/next/Windows/2017-06-27-07-04-06.bpo-23451.bl_QOB.rst [new file with mode: 0644]
Modules/socketmodule.c
PC/pyconfig.h