-
-
Notifications
You must be signed in to change notification settings - Fork 31.1k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add inet_ntop and inet_pton support for Windows #51420
Comments
According to the documentation, Microsoft now supports inet_ntop and |
In addition, inet_ntop and inet_pton can be implemented on Windows platforms prior to Vista using WSAAddressToStringA and WSAStringToAddressA. |
Implementation of inet_pton and inet_ntop by WSAAddressToStringA and Conversion of IPv6 address might fail if IPv6 is Tested on Windows XP SP3 and Windows7. |
I can't do that but I think the stage of the bug should be changed to "patch review" instead of "needs patch". |
As it's a new feature it must go into 3.4. |
New changeset 17b160baa20f by Atsuo Ishimoto in branch 'default': New changeset a21f506d04c9 by Jason R. Coombs in branch 'default': |
New changeset 31fe38f95c82 by Jason R. Coombs in branch 'default': |
New changeset f82145a516f0 by R David Murray in branch 'default': |
Note: these values reflect the state of the issue at the time it was migrated and might not reflect the current state.
Show more details
GitHub fields:
bugs.python.org fields:
The text was updated successfully, but these errors were encountered: