diff -r 6ba86ca875a8 Lib/distutils/command/wininst-14.0.exe Binary file Lib/distutils/command/wininst-14.0.exe has changed diff -r 6ba86ca875a8 Modules/socketmodule.c --- a/Modules/socketmodule.c Fri Jul 15 12:16:42 2016 -0700 +++ b/Modules/socketmodule.c Fri Jul 15 16:01:11 2016 -0500 @@ -519,6 +519,8 @@ # define SOCK_INPROGRESS_ERR EINPROGRESS #endif +/* Silences Depreciation warnings. */ +#define _WINSOCK_DEPRECATED_NO_WARNINGS #ifdef MS_WINDOWS /* Does WSASocket() support the WSA_FLAG_NO_HANDLE_INHERIT flag? */