Issue #5424: add tests for inet_ntoa, inet_ntop, inet_aton and inet_pton.
authorAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 15:22:26 +0000 (16:22 +0100)
committerAntoine Pitrou <solipsis@pitrou.net>
Mon, 19 Dec 2011 15:22:26 +0000 (16:22 +0100)
commitd1301953fe355bc6637f33a4985c950bcfc73adf
treed4a3467b30ddef5dbcd569d797b720ea1f97f60c
parentb01c32dab49be5e0a29f4a63fb77b5bba95392e6
parent7ded21e917e8069810e31753852191f823e52c27
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