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 nnorwitz
Recipients
Date 2003-02-05.02:40:04
SpamBayes Score
Marked as misclassified
Message-id
In-reply-to
Content
Logged In: YES 
user_id=33168

I was just about to check this in, but then I ran into a
problem.  IPv6 may not be enabled, even if the constant
AF_INET6 exists.  The cleanest way I saw to address this in
the test was to add a has_ipv6 boolean constant to the
socket module.  Martin, do you think this is acceptable?

Attached is a complete patch which should be safe (based on
the discussion below), includes tests and doc changes.
History
Date User Action Args
2007-08-23 15:19:11adminlinkissue658327 messages
2007-08-23 15:19:11admincreate