[issue6926] socket module missing IPPROTO_IPV6, IPPROTO_IPV4

Gregory P. Smith report at bugs.python.org
Mon Mar 1 08:49:03 CET 2010


Gregory P. Smith <greg at krypto.org> added the comment:

"extended support" for windows 2000 server ends in a few months, mainstream support ended 5 years ago:

 http://support.microsoft.com/lifecycle/?LN=en-us&x=8&y=9&p1=7274

That, IMNSHO, implies that python 2.7 and 3.2 should not bother supporting win2k.

Regardless, I'd imagine we can look the particular constants in question up and hard code the values when the header files don't define them for us (that is also the obvious workaround for anyone needing them in code today).

----------

_______________________________________
Python tracker <report at bugs.python.org>
<http://bugs.python.org/issue6926>
_______________________________________


More information about the Python-bugs-list mailing list