• Segev Finer's avatar
    bpo-23451: Fix socket deprecation warnings in socketmodule.c (#2318) · 9f3bdcb6
    Segev Finer authored
    * 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
    9f3bdcb6
3.7.rst 17.1 KB