This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author loewis
Recipients
Date 2003-03-03.10:15:37
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=21627

The has_ipv6 test is only there for the tests? In that case,
drop it, and just perform AF_INET6 conversions unconditionally.

OTOH, I think we should not expose the emulated inet_pton:
it doesn't set errno correctly, and offers no advantage over
inet_addr. So wrap the entire code with HAVE_INET_PTON, and
only perform the tests if the function is supported.
History
Date User Action Args
2007-08-23 15:19:11adminlinkissue658327 messages
2007-08-23 15:19:11admincreate