[Python-bugs-list] [ python-Bugs-769023 ] No IPv6 support in windows binary

SourceForge.net noreply@sourceforge.net
Thu, 10 Jul 2003 13:50:08 -0700


Bugs item #769023, was opened at 2003-07-10 12:27
Message generated for change (Comment added) made by loewis
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=769023&group_id=5470

Category: Windows
Group: Python 2.2.3
>Status: Closed
>Resolution: Wont Fix
Priority: 5
Submitted By: Andreas Bergstrøm (andreasb)
Assigned to: Nobody/Anonymous (nobody)
Summary: No IPv6 support in windows binary

Initial Comment:
I tried Python 2.2.3 on a Windows XP box with IPv6 enabled, but quickly found out that the socket module under windows was without IPv6 support whatsoever. Things such as socket.AF_INET6 was missing. Is this intentionally or a bug?

----------------------------------------------------------------------

>Comment By: Martin v. Löwis (loewis)
Date: 2003-07-10 22:50

Message:
Logged In: YES 
user_id=21627

It is intentional. To build software with IPv6 support, you
need a recent Windows SDK, e.g. the one that comes with VC7.
As Python is going to be built with VC6 for an foreseeable
future (including Python 2.3), you won't get IPv6 support.

If you really need that feature, you have to rebuild Python
from the source. Closing it as "won't fix".

----------------------------------------------------------------------

Comment By: Tim Peters (tim_one)
Date: 2003-07-10 16:04

Message:
Logged In: YES 
user_id=31435

Unassigned (I don't anything about IPv6).

----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=105470&aid=769023&group_id=5470