]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket...
authorAtsuo Ishimoto <ishimoto@gembook.org>
Mon, 16 Jul 2012 06:16:54 +0000 (15:16 +0900)
committerAtsuo Ishimoto <ishimoto@gembook.org>
Mon, 16 Jul 2012 06:16:54 +0000 (15:16 +0900)
commitda0fc14d46a174b921ea0f68e7996bf1cda9b95d
tree86bd82e21bbe4bd0fc68ea5bc8b14d1a0a51fcf6
parent29828a6fa9a7d42b1f2383860d37cdf7d9e74d49
Issue #7171: Add Windows implementation of ``inet_ntop`` and ``inet_pton`` to socket module.
Doc/library/socket.rst
Lib/test/test_socket.py
Modules/socketmodule.c