[issue7171] Add inet_ntop and inet_pton support for Windows

Greg Hazel report at bugs.python.org
Wed Jul 21 02:13:26 CEST 2010


Greg Hazel <ghazel at users.sourceforge.net> added the comment:

In addition, inet_ntop and inet_pton can be implemented on Windows platforms prior to Vista using WSAAddressToStringA and WSAStringToAddressA.

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue7171>
_______________________________________


More information about the Python-bugs-list mailing list