]> granicus.if.org Git - python/commit
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 15:21:21 +0000 (16:21 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 15:21:21 +0000 (16:21 +0100)
commit7ded21e917e8069810e31753852191f823e52c27
tree43b0b0792e286901bb2ffb0978c4df227a8a82d2
parent4ce2f364610f5943f1d4e26541d84e0af040da66
Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
Patch by Philipp Hagemeister.
Lib/test/test_socket.py
Misc/ACKS