[issue6926] socket module missing IPPROTO_IPV6, IPPROTO_IPV4

Gregory P. Smith report at bugs.python.org
Mon Mar 1 06:09:40 CET 2010


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

In PC/pyconfig.h we #define Py_WINVER to _WIN32_WINNT_WIN2K  (0x500)  for 32bit builds.

I think we should update this to _WIN32_WINNT_WINXP  (0x501)  for all builds, not just 64bit.

Assigning to loewis as he does our windows release builds so likely knows what the ramifications of this would be.

----------
assignee:  -> loewis
nosy: +gregory.p.smith, loewis
priority:  -> high
versions: +Python 3.2 -Python 2.5, Python 2.6, Python 3.1

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


More information about the Python-bugs-list mailing list